configure: Allow --disable-kate to actually be specified.
authorPeter Kjellerstedt <pkj@axis.com>
Mon, 31 Aug 2009 16:47:44 +0000 (18:47 +0200)
committerPeter Kjellerstedt <pkj@axis.com>
Mon, 31 Aug 2009 16:56:53 +0000 (18:56 +0200)
configure.ac

index 25556e7d0828ea0ba02e142953d80474314866df..d45b84f0cc7341c60c42b59d652ea2e4fa210d4a 100644 (file)
@@ -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)