mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
59b6a4701a
commit
9ed0ccbc32
@ -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>
|
2002-04-17 Rob Lahaye <lahaye@users.sourceforge.net>
|
||||||
|
|
||||||
* cvsignore: add Makefile.
|
* cvsignore: add Makefile.
|
||||||
|
1665
config/kde.m4
1665
config/kde.m4
File diff suppressed because it is too large
Load Diff
@ -211,6 +211,7 @@ if test x$GXX = xyes; then
|
|||||||
2.95.*) CXXFLAGS="$lyx_opt -fno-exceptions";;
|
2.95.*) CXXFLAGS="$lyx_opt -fno-exceptions";;
|
||||||
2.96*) CXXFLAGS="$lyx_opt -fno-exceptions";;
|
2.96*) CXXFLAGS="$lyx_opt -fno-exceptions";;
|
||||||
3.0*) CXXFLAGS="$lyx_opt -fno-rtti -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";;
|
*2.91.*) CXXFLAGS="$lyx_opt -fno-rtti -fno-exceptions";;
|
||||||
*) CXXFLAGS="$lyx_opt -fno-rtti -fno-exceptions";;
|
*) CXXFLAGS="$lyx_opt -fno-rtti -fno-exceptions";;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user