do not enable stdlib-debug for prereleases.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10481 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-09-26 09:08:41 +00:00
parent 014b9da9e5
commit 90ff250486
2 changed files with 6 additions and 1 deletions

View 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

View 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;