From: Takashi Iwai Date: Thu, 18 May 2000 18:16:38 +0000 (+0000) Subject: - Fix the old function prototype in pcm_plugin.h X-Git-Tag: v1.0.3~1262 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=1c7056eecae21545d877dfa0a753f92694b0d371;p=alsa-lib.git - 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). --- 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