]> git.lyx.org Git - lyx.git/commitdiff
Fix help message for --disable-qt5
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 25 Feb 2019 15:24:30 +0000 (16:24 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 25 Feb 2019 15:24:30 +0000 (16:24 +0100)
config/lyxinclude.m4

index b5ecb098174bedf1e83d2f7549272da0a1068662..cf49495cbf188ea1ccc55c5356fcb97f69ff1ab5 100644 (file)
@@ -68,7 +68,7 @@ dnl
 AC_DEFUN([LYX_CHECK_QT5],[
 AC_MSG_CHECKING([whether Qt5 is disabled])
 AC_ARG_ENABLE([qt5],
-  [  --disable-qt5           don't use Qt5 for building],
+  [AC_HELP_STRING([--disable-qt5],[do not use Qt5 for building])],
   USE_QT5=$enableval, USE_QT5=yes)
 if test x$USE_QT5 != xno ; then
   AC_MSG_RESULT([no])