mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
configure: Allow --disable-kate to actually be specified.
This commit is contained in:
parent
d806622622
commit
fbac99921e
1 changed files with 1 additions and 1 deletions
|
@ -1009,7 +1009,7 @@ AG_GST_CHECK_FEATURE(KATE, [Kate], kate, [
|
||||||
AM_CONDITIONAL(USE_TIGER, test "x$HAVE_TIGER" = "xyes")
|
AM_CONDITIONAL(USE_TIGER, test "x$HAVE_TIGER" = "xyes")
|
||||||
AC_SUBST(TIGER_CFLAGS)
|
AC_SUBST(TIGER_CFLAGS)
|
||||||
AC_SUBST(TIGER_LIBS)
|
AC_SUBST(TIGER_LIBS)
|
||||||
])
|
],,,[AM_CONDITIONAL(USE_TIGER, false)])
|
||||||
|
|
||||||
dnl *** ladspa ***
|
dnl *** ladspa ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_LADSPA, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_LADSPA, true)
|
||||||
|
|
Loading…
Reference in a new issue