]> git.lyx.org Git - features.git/commitdiff
do not enable stdlib-debug for prereleases.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 26 Sep 2005 09:08:41 +0000 (09:08 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 26 Sep 2005 09:08:41 +0000 (09:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10481 a592a061-630c-0410-9148-cb99ea01b6c8

config/ChangeLog
config/lyxinclude.m4

index db528924a88b8e39523792654cefbad0575d9b29..355f8cca9d6c451af9b402b2d82da85b2e295ed7 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxinclude.m4 (LYX_PROG_CXX): do not enable stdlib-debug for
+       prereleases.
+
 2005-09-08  Angus Leeming  <leeming@lyx.org>
 
        * spell.m4: correct grammar describing invocation of the
index 2a40c5e408772ef009a518280b47b4d65ad80d41..987b91f81a79b16976215354d90406b3fda6ff42 100644 (file)
@@ -186,7 +186,7 @@ AC_ARG_ENABLE(debug,
 
 AC_ARG_ENABLE(stdlib-debug,
   AC_HELP_STRING([--enable-stdlib-debug],[enable debug mode in the standard library]),,
-  [ if test $lyx_devel_version = yes -o $lyx_prerelease = yes ; then
+  [ if test $lyx_devel_version = yes ; then
       enable_stdlib_debug=yes;
     else
       enable_stdlib_debug=no;