Change --enable-cxx11 configure option to --disable-cxx11

This commit is contained in:
Jean-Marc Lasgouttes 2015-09-25 10:47:42 +02:00
parent 1c292f70cf
commit 7f4101a556

View File

@ -269,7 +269,7 @@ AC_ARG_ENABLE(pch,
lyx_pch_comp=no lyx_pch_comp=no
AC_ARG_ENABLE(cxx11, 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;) enable_cxx11=auto;)
AC_ARG_ENABLE(assertions, AC_ARG_ENABLE(assertions,