]> git.lyx.org Git - features.git/blobdiff - acinclude.m4
the buffer patch, moved Buffer::text to BufferView, moved Buffer::update(short) to...
[features.git] / acinclude.m4
index a48ff69764ae9f31afa6f59b8203a6606b192bfa..f0712c8862292d5866220e1b9f1b43259e61e930 100644 (file)
@@ -184,6 +184,7 @@ dnl Check the version of g++
   elif test $ac_cv_prog_cxx_g = yes; then
     case $gxx_version in
       2.7*) CXXFLAGS="$lyx_opt";;
+      2.95.1) CXXFLAGS="-g $lyx_opt -fpermissive";;
       2.95.*) CXXFLAGS="-g $lyx_opt";;
       *)    CXXFLAGS="-g $lyx_opt -fno-exceptions -fno-rtti";;
     esac