mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
enable exceptions and see what happens
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4200 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
20d61473cc
commit
0e284bbf55
@ -1,3 +1,8 @@
|
||||
2002-05-24 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||
|
||||
* lyxinclude.m4 (lyx_warning): enable exceptions and see what
|
||||
happens.
|
||||
|
||||
2002-05-22 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||
|
||||
* lyxinclude.m4 (lyx_warning): add entry for gcc 3.1
|
||||
|
@ -206,14 +206,13 @@ if test x$GXX = xyes; then
|
||||
CXXFLAGS="$ac_save_CXXFLAGS"
|
||||
else
|
||||
case $gxx_version in
|
||||
2.95.1) CXXFLAGS="$lyx_opt -fpermissive -fno-rtti -fno-exceptions";;
|
||||
2.95.2) CXXFLAGS="$lyx_opt -fno-rtti -fno-exceptions";;
|
||||
2.95.*) CXXFLAGS="$lyx_opt -fno-exceptions";;
|
||||
2.96*) CXXFLAGS="$lyx_opt -fno-exceptions";;
|
||||
3.0*) CXXFLAGS="$lyx_opt -fno-rtti -fno-exceptions";;
|
||||
3.1*) CXXFLAGS="$lyx_opt -fno-rtti -fno-exceptions";;
|
||||
*2.91.*) CXXFLAGS="$lyx_opt -fno-rtti -fno-exceptions";;
|
||||
*) CXXFLAGS="$lyx_opt -fno-rtti -fno-exceptions";;
|
||||
2.95.1) CXXFLAGS="$lyx_opt -fpermissive";;
|
||||
2.95.2) CXXFLAGS="$lyx_opt";;
|
||||
2.95.*) CXXFLAGS="$lyx_opt";;
|
||||
2.96*) CXXFLAGS="$lyx_opt";;
|
||||
3.0*) CXXFLAGS="$lyx_opt";;
|
||||
3.1*) CXXFLAGS="$lyx_opt";;
|
||||
*) CXXFLAGS="$lyx_opt";;
|
||||
esac
|
||||
if test x$enable_debug = xyes ; then
|
||||
CXXFLAGS="-g $CXXFLAGS"
|
||||
@ -229,8 +228,6 @@ if test x$GXX = xyes; then
|
||||
case $gxx_version in
|
||||
2.95.*) ;;
|
||||
2.96*) ;;
|
||||
2.97*) ;;
|
||||
*2.91*) ;;
|
||||
*) ;;
|
||||
esac
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user