build: Add soundtouch's -lBPM to _LIBS, not _CFLAGS

This commit is contained in:
Jan Schmidt 2009-02-23 11:49:07 +00:00
parent 6227900c71
commit 0456f92b77

View file

@ -1176,7 +1176,7 @@ AG_GST_CHECK_FEATURE(SOUNDTOUCH, [soundtouch plug-in], soundtouch, [
PKG_CHECK_EXISTS(libSoundTouch >= 1.4,
AC_DEFINE([HAVE_SOUNDTOUCH_1_4], [1],
[Defined if the available libSoundTouch is >= 1.4]),
SOUNDTOUCH_CFLAGS="$SOUNDTOUCH_CFLAGS -lBPM")
SOUNDTOUCH_LIBS="$SOUNDTOUCH_LIBS -lBPM")
AC_SUBST(SOUNDTOUCH_CFLAGS)
AC_SUBST(SOUNDTOUCH_LIBS)
if test "x$HAVE_CXX" != "xyes"; then