mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
remove -isystem stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6181 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7726ee9097
commit
ced5b14359
@ -1,3 +1,9 @@
|
||||
2003-02-17 John Levon <levon@movementarian.org>
|
||||
|
||||
* config/configure.ac:
|
||||
* config/configure.in: remove the -isystem fiddling. Let's see
|
||||
if Solaris people complain...
|
||||
|
||||
2003-02-13 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||
|
||||
* most source files all over: remove the use of #pragma
|
||||
|
@ -135,14 +135,6 @@ CHECK_WITH_PSPELL
|
||||
# The real thing.
|
||||
AC_PATH_XTRA
|
||||
LIBS="$X_PRE_LIBS $LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
|
||||
# Since solaris X headers use int as implicit return type and modern
|
||||
# gcc's do not like that, let's use -isystem instead of -I.
|
||||
# We should test for gcc version and see whether it supports -isystem,
|
||||
# but since at least gcc 2.6.x supports it and it is still too old for
|
||||
# us, it seems we are safe.
|
||||
if test -n "$GXX" ; then
|
||||
X_CFLAGS=`echo ${X_CFLAGS} | sed -e 's/-I/-isystem /'`
|
||||
fi
|
||||
CPPFLAGS="$CPPFLAGS $X_CFLAGS"
|
||||
|
||||
### check which frontend we want to use
|
||||
|
@ -138,14 +138,6 @@ CHECK_WITH_PSPELL
|
||||
# The real thing.
|
||||
AC_PATH_XTRA
|
||||
LIBS="$X_PRE_LIBS $LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
|
||||
# Since solaris X headers use int as implicit return type and modern
|
||||
# gcc's do not like that, let's use -isystem instead of -I.
|
||||
# We should test for gcc version and see whether it supports -isystem,
|
||||
# but since at least gcc 2.6.x supports it and it is still too old for
|
||||
# us, it seems we are safe.
|
||||
if test -n "$GXX" ; then
|
||||
X_CFLAGS=`echo ${X_CFLAGS} | sed -e 's/-I/-isystem /'`
|
||||
fi
|
||||
CPPFLAGS="$CPPFLAGS $X_CFLAGS"
|
||||
|
||||
### check which frontend we want to use
|
||||
|
Loading…
Reference in New Issue
Block a user