summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2009-08-31 18:47:44 +0200
committerPeter Kjellerstedt <pkj@axis.com>2009-08-31 18:56:53 +0200
commitfbac99921e1db783b60af4ff716c5efbd2f37129 (patch)
tree7a19f59e8c893f2ad3679c328afc3c7aa45f1190
parentd8066226225b61ed061c607ee1c71a332311d931 (diff)
configure: Allow --disable-kate to actually be specified.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 25556e7d0..d45b84f0c 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)