From: John Levon Date: Mon, 17 Feb 2003 01:49:10 +0000 (+0000) Subject: remove -isystem stuff X-Git-Tag: 1.6.10~17499 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ced5b14359171b32dfe1befeb179543a9f48ce2e;p=lyx.git remove -isystem stuff git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6181 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index befd21fbe2..c77d0d1b0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-02-17 John Levon + + * config/configure.ac: + * config/configure.in: remove the -isystem fiddling. Let's see + if Solaris people complain... + 2003-02-13 Lars Gullik Bjønnes * most source files all over: remove the use of #pragma diff --git a/config/configure.ac b/config/configure.ac index 8cdcb95088..e467cac8a5 100644 --- a/config/configure.ac +++ b/config/configure.ac @@ -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 diff --git a/config/configure.in b/config/configure.in index 5942305167..f6ffff082c 100644 --- a/config/configure.in +++ b/config/configure.in @@ -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