commit c872cbb8cc7e72cf7f90653a58112fd926b264db
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Tue Nov 3 15:11:06 2020 +0100

    Fixup 6394dd89: small cleanups
---
 config/lyxinclude.m4 |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4
index 40cf173..b1027fe 100644
--- a/config/lyxinclude.m4
+++ b/config/lyxinclude.m4
@@ -164,9 +164,9 @@ fi
 ])
 
 
-dnl Usage: LYX_CXX_CXX11_FLAGS: add to AM_CXXFLAGS the best flag that
+dnl Usage: LYX_CXX_CXX11_FLAGS(VERSION): add to AM_CXXFLAGS the best flag that
 dnl selects C++11 mode; gives an error when C++11 mode is not found.
-dnl Parameter is a list of years to try (e.g. 11 or {14,11})
+dnl VERSION is a list of years to try (e.g. 11 or {14,11}).
 AC_DEFUN([LYX_CXX_CXX11_FLAGS],
 [AC_CACHE_CHECK([for a good C++ mode], [lyx_cv_cxx11_flags],
  [lyx_cv_cxx11_flags=none
@@ -308,10 +308,10 @@ AC_DEFUN([LYX_PROG_CXX],
 [AC_REQUIRE([AC_PROG_CXX])
 AC_REQUIRE([AC_PROG_CXXCPP])
 
-### We might want to disable debug
+### We might want to force the C++ standard.
 AC_ARG_ENABLE(cxx-mode,
   AS_HELP_STRING([--enable-cxx-mode],[choose C++ standard (default: 14, then 
11)]),,
-  [enable_cxx_mode=14,11]
+  [enable_cxx_mode="14,11"]
 )
 
 AC_LANG_PUSH(C++)
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to