]> git.lyx.org Git - lyx.git/blobdiff - config/lyxinclude.m4
fix writing of tabulars; output the real lyx version number at the top of generated...
[lyx.git] / config / lyxinclude.m4
index 8d79706a66881e0c638bf05eadda537a056a7ffc..f37f8f9c6b7813fb3eabe3466d7bd8956f5979ab 100644 (file)
@@ -211,6 +211,7 @@ if test x$GXX = xyes; then
       3.1*)    CXXFLAGS="$lyx_opt -finline-limit=500 -fno-exceptions";;
       3.2*)    CXXFLAGS="$lyx_opt -fno-exceptions";;
       3.3*)    CXXFLAGS="$lyx_opt -fno-exceptions";;
+      3.4*)    CXXFLAGS="$lyx_opt -fno-exceptions";;
       *)       CXXFLAGS="$lyx_opt";;
     esac
     if test x$enable_debug = xyes ; then
@@ -224,13 +225,6 @@ if test x$GXX = xyes; then
        3.1*)  CXXFLAGS="$CXXFLAGS -W -Wall";;
        *)      CXXFLAGS="$CXXFLAGS -W -Wall";;
     esac
-    if test $lyx_devel_version = yes ; then
-      case $gxx_version in
-         2.95.*) ;;
-         2.96*) ;;
-         *) CXXFLAGS="$CXXFLAGS -Winline";;
-      esac
-    fi
   fi
 fi])dnl