- 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).
This commit is contained in:
Takashi Iwai 2000-05-18 18:16:38 +00:00
parent 4f85cf4d46
commit 1c7056eeca

View file

@ -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