]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Added -ldl to LIBS
authorJaroslav Kysela <perex@perex.cz>
Mon, 18 Dec 2000 22:32:37 +0000 (22:32 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 18 Dec 2000 22:32:37 +0000 (22:32 +0000)
utils/alsa.m4

index 4dd1dceb362b450a8a1955fc03573617dc352e5a..41cc4b162c118545d18fdd093c4164ee924d007b 100644 (file)
@@ -1,7 +1,7 @@
 dnl Configure Paths for Alsa
 dnl Christopher Lansdown <lansdoct@cs.alfred.edu>
 dnl Jaroslav Kysela <perex@suse.cz>
-dnl Last modification: 04/12/2000
+dnl Last modification: 07/12/2000
 dnl AM_PATH_ALSA(MINIMUM-VERSION)
 dnl Test for libasound, and define ALSA_CFLAGS and ALSA_LIBS as appropriate.
 dnl enables arguments --with-alsa-prefix= --with-alsa-enc-prefix= --disable-alsatest
@@ -32,8 +32,8 @@ if test "$alsa_prefix" != "" ; then
 fi
 
 dnl add the alsa library
-ALSA_LIBS="$ALSA_LIBS -lasound -lm"
-LIBS="$LIBS -lasound -lm"
+ALSA_LIBS="$ALSA_LIBS -lasound -lm -ldl"
+LIBS="$LIBS -lasound -lm -ldl"
 AC_MSG_RESULT($ALSA_LIBS)
 
 dnl Check for a working version of libasound that is of the right version.