From 1c7056eecae21545d877dfa0a753f92694b0d371 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 18 May 2000 18:16:38 +0000 Subject: [PATCH] - Fix the old function prototype in pcm_plugin.h - Remove double -lasound and add -lm in alsa.m4. -lm is required for PPC (and maybe others). --- utils/alsa.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/alsa.m4 b/utils/alsa.m4 index bc34d057..db146d11 100644 --- a/utils/alsa.m4 +++ b/utils/alsa.m4 @@ -31,8 +31,8 @@ if test "$alsa_prefix" != "" ; then fi dnl add the alsa library -ALSA_LIBS="$ALSA_LIBS -lasound" -LDFLAGS="$ALSA_LIBS -lasound" +ALSA_LIBS="$ALSA_LIBS -lasound -lm" +LDFLAGS="$ALSA_LIBS" AC_MSG_RESULT($ALSA_LIBS) dnl Check for the presence of the library -- 2.47.1