commit e78a5bd1a8793addd51b70d4f472fa380b9d6900
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Mon Feb 25 16:24:30 2019 +0100

    Fix help message for --disable-qt5
---
 config/lyxinclude.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4
index b5ecb09..cf49495 100644
--- a/config/lyxinclude.m4
+++ b/config/lyxinclude.m4
@@ -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])

Reply via email to