configure.ac: Fix configure check for soundtouch to not produce syntax errors.

Original commit message from CVS:
* configure.ac:
Fix configure check for soundtouch to not produce syntax errors.
This commit is contained in:
Sebastian Dröge 2008-01-30 20:55:58 +00:00
parent 65d96c7063
commit 0b110774ea
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-01-30 Sebastian Dröge <slomo@circular-chaos.org>
* configure.ac:
Fix configure check for soundtouch to not produce syntax errors.
2008-01-30 Sebastian Dröge <slomo@circular-chaos.org>
* configure.ac:

View file

@ -892,9 +892,9 @@ translit(dnm, m, l) AM_CONDITIONAL(USE_SOUNDTOUCH, true)
AG_GST_CHECK_FEATURE(SOUNDTOUCH, [soundtouch plug-in], soundtouch, [
PKG_CHECK_MODULES(SOUNDTOUCH, soundtouch-1.0,
HAVE_SOUNDTOUCH=yes,
PKG_CHECK_MODULES(SOUNDTOUCH, libSoundTouch,
[PKG_CHECK_MODULES(SOUNDTOUCH, libSoundTouch,
HAVE_SOUNDTOUCH=yes,
HAVE_SOUNDTOUCH=no))
HAVE_SOUNDTOUCH=no)])
AC_SUBST(SOUNDTOUCH_CFLAGS)
AC_SUBST(SOUNDTOUCH_LIBS)
if test "x$HAVE_CXX" != "xyes"; then