remove kde.m4 add entry for gcc 3.1

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4180 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-05-21 23:43:57 +00:00
parent 59b6a4701a
commit 9ed0ccbc32
3 changed files with 7 additions and 1665 deletions

View File

@ -1,3 +1,9 @@
2002-05-22 Lars Gullik Bjønnes <larsbj@birdstep.com>
* lyxinclude.m4 (lyx_warning): add entry for gcc 3.1
* kde.m4: remove file
2002-04-17 Rob Lahaye <lahaye@users.sourceforge.net>
* cvsignore: add Makefile.

File diff suppressed because it is too large Load Diff

View File

@ -211,6 +211,7 @@ if test x$GXX = xyes; then
2.95.*) CXXFLAGS="$lyx_opt -fno-exceptions";;
2.96*) CXXFLAGS="$lyx_opt -fno-exceptions";;
3.0*) CXXFLAGS="$lyx_opt -fno-rtti -fno-exceptions";;
3.1*) CXXFLAGS="$lyx_opt";;
*2.91.*) CXXFLAGS="$lyx_opt -fno-rtti -fno-exceptions";;
*) CXXFLAGS="$lyx_opt -fno-rtti -fno-exceptions";;
esac