]> git.alsa-project.org Git - alsa-lib.git/commitdiff
- Fix the old function prototype in pcm_plugin.h
authorTakashi Iwai <tiwai@suse.de>
Thu, 18 May 2000 18:16:38 +0000 (18:16 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 18 May 2000 18:16:38 +0000 (18:16 +0000)
- Remove double -lasound and add -lm in alsa.m4.
  -lm is required for PPC (and maybe others).

utils/alsa.m4

index bc34d05704a86edbdcf24cd71aa106cbdcbebd1e..db146d11d4e35dd50fb39721f12a312ecfbf68fb 100644 (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