From 35f468c0f0293e6e0bb7a135c08cf06e40dbe00f Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Fri, 10 Jul 2015 19:22:08 +1000 Subject: [PATCH] qt: don't error out if Qt X11 could not be found PCK_CHECK_MODULES default error-if-not-found implementation errors so override it with a simple notice that we couldn't find the library. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e107b911ef..da850653f1 100644 --- a/configure.ac +++ b/configure.ac @@ -2619,7 +2619,7 @@ AG_GST_CHECK_FEATURE(QT, [Qt elements], qt, [ QT_LIBS="$QT_LIBS $QT_X11_LIBS" AC_SUBST([QT_CFLAGS]) AC_SUBST([QT_LIBS]) - ], []) + ], [AC_MSG_NOTICE([Could not find Qt X11 integration])]) fi ], [ HAVE_QT="no"