From 0e284bbf5533f6092dc75a674e2282eea97dc11c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Fri, 24 May 2002 12:12:32 +0000 Subject: [PATCH] enable exceptions and see what happens git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4200 a592a061-630c-0410-9148-cb99ea01b6c8 --- config/ChangeLog | 5 +++++ config/lyxinclude.m4 | 17 +++++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index fecf1d5c18..ac3437cfd9 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2002-05-24 Lars Gullik Bjønnes + + * lyxinclude.m4 (lyx_warning): enable exceptions and see what + happens. + 2002-05-22 Lars Gullik Bjønnes * lyxinclude.m4 (lyx_warning): add entry for gcc 3.1 diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index 7dd281dd6a..7d40f0ddd9 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -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 -- 2.39.2