* configure.in: (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.

This commit is contained in:
Glenn Morris 2011-09-14 20:01:25 -07:00
parent 0cc87afbdb
commit 088f329c33
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
* configure.in: Make configure work with recent GNUsteps.
(_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
(GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
(C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
2011-09-11 Paul Eggert <eggert@cs.ucla.edu>

View file

@ -2582,7 +2582,7 @@ if test "${HAVE_NS}" = "yes"; then
AC_DEFINE(NS_IMPL_GNUSTEP, 1, [Define to 1 if you are using NS windowing under GNUstep.])
# See also .m.o rule in Makefile.in */
# FIXME: are all these flags really needed? Document here why. */
C_SWITCH_X_SYSTEM="-D_REENTRANT -fPIC -fno-strict-aliasing"
C_SWITCH_X_SYSTEM="-D_REENTRANT -fPIC -fno-strict-aliasing -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}"
## Extra CFLAGS applied to src/*.m files.
GNU_OBJC_CFLAGS="$GNU_OBJC_CFLAGS -fgnu-runtime -Wno-import -fconstant-string-class=NSConstantString -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGSWARN -DGSDIAGNOSE"
fi