From c84dff0086d1dd27bc838a50c5d66cab7f5df771 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 24 May 2021 15:11:12 +0200 Subject: [PATCH] configure: Qt 5: remove old and not used anymore variable enable_gui --- ac/qt5.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ac/qt5.m4 b/ac/qt5.m4 index b0db33b7b..a47582dc8 100644 --- a/ac/qt5.m4 +++ b/ac/qt5.m4 @@ -15,8 +15,7 @@ AC_ARG_WITH([qt_pkg_config], AC_HELP_STRING([--without-qt-pkg-config], [do not use pkg-config for detecting Qt; instead rely on QT_CFLAGS/QT_LIBS being set correctly already]), [ with_qt_pkg_config=${withval} ], [ with_qt_pkg_config=yes ]) -if test x"$enable_qt" = "xyes" -a \ - '(' x"$enable_gui" = x"yes" -o x"$enable_gui" = "x" ')'; then +if test x"$enable_qt" = "xyes"; then if test x"$enable_static_qt" = "xyes"; then AC_DEFINE(HAVE_STATIC_QT,,[define if building against a static Qt library]) QT_PKG_CONFIG_STATIC=--static