]> git.lyx.org Git - lyx.git/blobdiff - acinclude.m4
small patch from jamatos
[lyx.git] / acinclude.m4
index e7d8f225206639ccb4c412bbc072184bdcea150d..8035768cc987622cfd18d4a7eebf50fb2de77238 100644 (file)
@@ -194,7 +194,7 @@ dnl Check the version of g++
   fi
   if test x$with_warnings = xyes ; then
     case $gxx_version in
-       2.95.*) CXXFLAGS="$CXXFLAGS -W -Wall -Wconversion";;
+       2.95.*) CXXFLAGS="$CXXFLAGS -W -Wall -Wconversion -Winline";;
        2.96*)  CXXFLAGS="$CXXFLAGS -W -Wall -Wconversion";;
        *)      CXXFLAGS="$CXXFLAGS -ansi -W -Wall -Wno-return-type";;
     esac