Fix help message for --disable-qt5

This commit is contained in:
Jean-Marc Lasgouttes 2019-02-25 16:24:30 +01:00
parent bc128e7bf8
commit e78a5bd1a8

View File

@ -68,7 +68,7 @@ dnl
AC_DEFUN([LYX_CHECK_QT5],[ AC_DEFUN([LYX_CHECK_QT5],[
AC_MSG_CHECKING([whether Qt5 is disabled]) AC_MSG_CHECKING([whether Qt5 is disabled])
AC_ARG_ENABLE([qt5], 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) USE_QT5=$enableval, USE_QT5=yes)
if test x$USE_QT5 != xno ; then if test x$USE_QT5 != xno ; then
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])