]> git.lyx.org Git - lyx.git/commitdiff
remove -isystem stuff
authorJohn Levon <levon@movementarian.org>
Mon, 17 Feb 2003 01:49:10 +0000 (01:49 +0000)
committerJohn Levon <levon@movementarian.org>
Mon, 17 Feb 2003 01:49:10 +0000 (01:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6181 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
config/configure.ac
config/configure.in

index befd21fbe24bb05ae3b503484a3a4ac36e31b470..c77d0d1b0e09f9baa67eb44eef8a79c45cd96318 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 8cdcb950881e77e15027d67f84c9669345a783eb..e467cac8a5f3396984d5f7984f25169e256aface 100644 (file)
@@ -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
index 594230516713a343ec67d5bae0e3f8cec83044b2..f6ffff082c4f05670f57f721b66e8a251c5b756d 100644 (file)
@@ -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