mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	increase version of required ALSA to 1.0.16. check for gdbm
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2235 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									6cddf6135c
								
							
						
					
					
						commit
						c61c3b6141
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -377,6 +377,9 @@ AC_SEARCH_LIBS([connect], [socket])
 | 
				
			||||||
# build, disabling its ability to make dlls.
 | 
					# build, disabling its ability to make dlls.
 | 
				
			||||||
AC_CHECK_FUNCS([getopt_long], [], [AC_CHECK_LIB([iberty], [getopt_long])])
 | 
					AC_CHECK_FUNCS([getopt_long], [], [AC_CHECK_LIB([iberty], [getopt_long])])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					AC_CHECK_LIB(gdbm, gdbm_open)
 | 
				
			||||||
 | 
					AC_CHECK_HEADERS(gdbm.h)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### Check for functions ####
 | 
					#### Check for functions ####
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# ISO
 | 
					# ISO
 | 
				
			||||||
| 
						 | 
					@ -592,7 +595,7 @@ AC_ARG_ENABLE([alsa],
 | 
				
			||||||
        [alsa=auto])
 | 
					        [alsa=auto])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if test "x${alsa}" != xno ; then
 | 
					if test "x${alsa}" != xno ; then
 | 
				
			||||||
    PKG_CHECK_MODULES(ASOUNDLIB, [ alsa >= 1.0.0 ],
 | 
					    PKG_CHECK_MODULES(ASOUNDLIB, [ alsa >= 1.0.16 ],
 | 
				
			||||||
        [
 | 
					        [
 | 
				
			||||||
            HAVE_ALSA=1
 | 
					            HAVE_ALSA=1
 | 
				
			||||||
            AC_DEFINE([HAVE_ALSA], 1, [Have ALSA?])
 | 
					            AC_DEFINE([HAVE_ALSA], 1, [Have ALSA?])
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue