]> git.lyx.org Git - features.git/commitdiff
enable exceptions and see what happens
authorLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 24 May 2002 12:12:32 +0000 (12:12 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 24 May 2002 12:12:32 +0000 (12:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4200 a592a061-630c-0410-9148-cb99ea01b6c8

config/ChangeLog
config/lyxinclude.m4

index fecf1d5c185d705d796960b0c446de658d4fd8e6..ac3437cfd97b081442418c196edaf5df1123cff1 100644 (file)
@@ -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
index 7dd281dd6a771ee0d68743cd81ce389e6db277bb..7d40f0ddd948341b4e0911fd8772ed1ef7c5f393 100644 (file)
@@ -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