mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
gcc 3.5->4.0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9261 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1f9d992ce0
commit
6b65f89040
@ -1,3 +1,7 @@
|
||||
2004-11-16 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* lyxinclude.m4: next version of gcc will be 4.0 not 3.5
|
||||
|
||||
2004-11-16 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* lyxinclude.m4 (enable_debug): Add support for stdlibc++ concept
|
||||
|
@ -223,7 +223,7 @@ if test x$GXX = xyes; then
|
||||
3.3*) CXXFLAGS="-g $CXXFLAGS"
|
||||
AC_DEFINE(_GLIBCPP_CONCEPT_CHECKS, 1, [libstdc++ concept checking])
|
||||
;;
|
||||
3.4*|3.5*) CXXFLAGS="-g $CXXFLAGS"
|
||||
3.4*|4.0*) CXXFLAGS="-g $CXXFLAGS"
|
||||
AC_DEFINE(_GLIBCXX_CONCEPT_CHECKS, 1, [libstdc++ concept checking])
|
||||
AC_DEFINE(_GLIBCXX_DEBUG, 1, [libstdc++ debug mode])
|
||||
AC_DEFINE(_GLIBCXX_DEBUG_PEDANTIC, 1, [libstdc++ pedantic debug mode])
|
||||
|
Loading…
Reference in New Issue
Block a user