vlc | branch: master | Pierre Lamot <[email protected]> | Thu Jul 11 10:54:15 2019 +0200| [9d2bdf0b11035470e2d69087f8f76089451e84b4] | committer: Jean-Baptiste Kempf
configure: fix qmlcachegen detection Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9d2bdf0b11035470e2d69087f8f76089451e84b4 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 098d37cb42..38446812ca 100644 --- a/configure.ac +++ b/configure.ac @@ -3913,7 +3913,7 @@ AS_IF([test "${enable_qt}" != "no"], [ AC_ARG_ENABLE([qt-qml-cache], AS_HELP_STRING([--enable-qt-qml-cache], [enable qml cache generation])) -AM_CONDITIONAL([HAVE_QMLCACHE], [test "${enable_qt_qml_cache}" = "yes" && "x$QMLCACHE" != "xno"]) +AM_CONDITIONAL([HAVE_QMLCACHE], [test "${enable_qt_qml_cache}" = "yes" && test "x$QMLCACHE" != "xno"]) AC_ARG_ENABLE([qt-qml-debug], AS_HELP_STRING([--enable-qt-qml-debug], [enable qml debuger])) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
