[vlc-commits] configure: fix qmlcachegen detection

Pierre Lamot git at videolan.org
Tue Jul 16 10:13:37 CEST 2019


vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Thu Jul 11 10:54:15 2019 +0200| [9d2bdf0b11035470e2d69087f8f76089451e84b4] | committer: Jean-Baptiste Kempf

configure: fix qmlcachegen detection

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> 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]))



More information about the vlc-commits mailing list