summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 930df71f..63d71dc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
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:
* ext/metadata/metadataxmp.c:
(metadatamux_xmp_for_each_tag_in_list):
Fix build with exempi >= 1.99.5 and fix the include
diff --git a/configure.ac b/configure.ac
index 97ec66f6..f430be5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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