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:
Lennart Poettering 2008-04-11 16:22:02 +00:00
parent 6cddf6135c
commit c61c3b6141

View file

@ -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?])