mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Change --enable-cxx11 configure option to --disable-cxx11
This commit is contained in:
parent
1c292f70cf
commit
7f4101a556
@ -269,7 +269,7 @@ AC_ARG_ENABLE(pch,
|
||||
lyx_pch_comp=no
|
||||
|
||||
AC_ARG_ENABLE(cxx11,
|
||||
AC_HELP_STRING([--enable-cxx11],[enable C++11 mode (default: enabled for known good compilers)]),,
|
||||
AC_HELP_STRING([--disable-cxx11],[disable C++11 mode (default: enabled for known good compilers)]),,
|
||||
enable_cxx11=auto;)
|
||||
|
||||
AC_ARG_ENABLE(assertions,
|
||||
|
Loading…
Reference in New Issue
Block a user