mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
5db268b9e3
commit
7e156107d1
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user