Do not pass -Winline to gcc.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7294 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-07-16 20:44:24 +00:00
parent 5db268b9e3
commit 7e156107d1
2 changed files with 4 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2003-07-15 Angus Leeming <leeming@lyx.org>
* lyxinclude.m4: Do not pass the -Winline option to gcc.
2003-06-11 Lars Gullik Bjønnes <larsbj@gullik.net>
* configure.ac: also check for <ios> header

View File

@ -224,13 +224,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