diff options
| author | Lennart Poettering <lennart@poettering.net> | 2009-02-18 21:44:30 +0100 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2009-02-18 21:44:30 +0100 | 
| commit | c1892f29de7962a95806f78719d0ff9af87b49a3 (patch) | |
| tree | bd86c17843e2b38ad6639616b8f8bfcf667836c5 | |
| parent | a571565f86a34d4ce4f16669c021be92494e132d (diff) | |
bump required alsa version
| -rw-r--r-- | configure.ac | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c28a72cd..ddf7a1cc 100644 --- a/configure.ac +++ b/configure.ac @@ -638,7 +638,7 @@ AC_ARG_ENABLE([alsa],          [alsa=auto])  if test "x${alsa}" != xno ; then -    PKG_CHECK_MODULES(ASOUNDLIB, [ alsa >= 1.0.17 ], +    PKG_CHECK_MODULES(ASOUNDLIB, [ alsa >= 1.0.19 ],          [              HAVE_ALSA=1              AC_DEFINE([HAVE_ALSA], 1, [Have ALSA?]) @@ -646,7 +646,7 @@ if test "x${alsa}" != xno ; then          [              HAVE_ALSA=0              if test "x$alsa" = xyes ; then -                AC_MSG_ERROR([*** Needed alsa >= 1.0.17 support not found]) +                AC_MSG_ERROR([*** Needed alsa >= 1.0.19 support not found])              fi          ])  else  | 
