From b71b2b27c10255babf3badc0c44a6cd2f21bde57 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 12 Dec 2018 09:15:47 +0100 Subject: [PATCH] configure: there's only one GUI left, so talk about its name, not "GUIs" --- ac/qt5.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ac/qt5.m4 b/ac/qt5.m4 index c04ed1634..e68f09b75 100644 --- a/ac/qt5.m4 +++ b/ac/qt5.m4 @@ -5,7 +5,7 @@ dnl qt_min_ver=5.3.0 AC_ARG_ENABLE([qt], - AC_HELP_STRING([--enable-qt],[compile the Qt version of the GUIs (yes)]), + AC_HELP_STRING([--enable-qt],[compile the Qt-based MKVToolNix GUI (yes)]), [],[enable_qt=yes]) AC_ARG_ENABLE([static_qt], AC_HELP_STRING([--enable-static-qt],[link to static versions of the Qt library (no)])) @@ -293,7 +293,7 @@ EOF AC_DEFINE(HAVE_QT, 1, [Define if Qt is present]) have_qt=yes USE_QT=yes - opt_features_yes="$opt_features_yes\n * GUIs" + opt_features_yes="$opt_features_yes\n * MKVToolNix GUI" AC_MSG_RESULT(yes) else AC_MSG_RESULT(no: $problem) @@ -309,7 +309,7 @@ else fi if test x"$have_qt" != "xyes" ; then - opt_features_no="$opt_features_no\n * GUIs" + opt_features_no="$opt_features_no\n * MKVToolNix GUI" QT_CFLAGS= QT_LIBS= MOC=