]> git.alsa-project.org Git - alsa-tools.git/commitdiff
Added AM_PATH_ALSA
authorJaroslav Kysela <perex@perex.cz>
Thu, 19 Apr 2001 10:27:00 +0000 (10:27 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 19 Apr 2001 10:27:00 +0000 (10:27 +0000)
ac3dec/configure.in

index ad268286bf5c1f5653e7fcd659dfcbd61aff6694..15172f536869399f888b297a3589f3420205fb26 100644 (file)
@@ -15,6 +15,8 @@ AC_PROG_RANLIB
 
 AC_CHECK_LIB(ossaudio, _oss_ioctl, LIBS="$LIBS -lossaudio")
 
+AM_PATH_ALSA(0.9.0)
+
 dnl Set the appropriate architecture define
 case "$host" in
 i?86-*) AC_DEFINE(__i386__);;