mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
014b9da9e5
commit
90ff250486
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user