]> git.lyx.org Git - features.git/blobdiff - acinclude.m4
fix lyxalgo.h, dra pagebreak with text on line, change the math_deco_search a bit
[features.git] / acinclude.m4
index 7c317dbd2385bbcd33c7564b024d0040cd1e9f8e..d245e526cfe8b44eecd5111b70b83bbda92b82c1 100644 (file)
@@ -184,7 +184,7 @@ dnl Check the version of g++
   elif test $ac_cv_prog_cxx_g = yes; then
     case $gxx_version in
       2.95.1)  CXXFLAGS="-g $lyx_opt -fpermissive -fno-rtti -fno-exceptions";;
-      2.95.*)  CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
+      2.95.*)  CXXFLAGS="-g $lyx_opt";;
       2.96*)   CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
       *2.91.*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
       *)       CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;