[gst-cvs] gst-plugins-bad: configure: Allow --disable-kate to actually be specified.
Peter Kjellerstedt
pkj at kemper.freedesktop.org
Mon Aug 31 09:57:16 PDT 2009
Module: gst-plugins-bad
Branch: master
Commit: fbac99921e1db783b60af4ff716c5efbd2f37129
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=fbac99921e1db783b60af4ff716c5efbd2f37129
Author: Peter Kjellerstedt <pkj at axis.com>
Date: Mon Aug 31 18:47:44 2009 +0200
configure: Allow --disable-kate to actually be specified.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 25556e7..d45b84f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1009,7 +1009,7 @@ AG_GST_CHECK_FEATURE(KATE, [Kate], kate, [
AM_CONDITIONAL(USE_TIGER, test "x$HAVE_TIGER" = "xyes")
AC_SUBST(TIGER_CFLAGS)
AC_SUBST(TIGER_LIBS)
-])
+],,,[AM_CONDITIONAL(USE_TIGER, false)])
dnl *** ladspa ***
translit(dnm, m, l) AM_CONDITIONAL(USE_LADSPA, true)
More information about the Gstreamer-commits
mailing list