From 2fe121909973118cd1bbaae3bf2b2deee86e2bdc Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 18 Dec 2000 22:32:37 +0000 Subject: [PATCH] Added -ldl to LIBS --- utils/alsa.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/alsa.m4 b/utils/alsa.m4 index 4dd1dceb..41cc4b16 100644 --- a/utils/alsa.m4 +++ b/utils/alsa.m4 @@ -1,7 +1,7 @@ dnl Configure Paths for Alsa dnl Christopher Lansdown dnl Jaroslav Kysela -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. -- 2.47.1