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.
This commit is contained in:
Matthew Waters 2015-07-10 19:22:08 +10:00
parent 769fffa3d9
commit 35f468c0f0

View file

@ -2619,7 +2619,7 @@ AG_GST_CHECK_FEATURE(QT, [Qt elements], qt, [
QT_LIBS="$QT_LIBS $QT_X11_LIBS" QT_LIBS="$QT_LIBS $QT_X11_LIBS"
AC_SUBST([QT_CFLAGS]) AC_SUBST([QT_CFLAGS])
AC_SUBST([QT_LIBS]) AC_SUBST([QT_LIBS])
], []) ], [AC_MSG_NOTICE([Could not find Qt X11 integration])])
fi fi
], [ ], [
HAVE_QT="no" HAVE_QT="no"