mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Fix help message for --disable-qt5
This commit is contained in:
parent
bc128e7bf8
commit
e78a5bd1a8
@ -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])
|
||||||
|
Loading…
Reference in New Issue
Block a user