From c4f4fb507b7687708dbdf4efda269db66dda195e Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 30 Jan 2001 14:17:50 +0000 Subject: [PATCH] Use the GNUSTEP_HDIR to look for headers - this should fix ffcall detection git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8931 72102866-910b-0410-8b05-ffd578937521 --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.in b/configure.in index b22f3ff29..ed0a37aaa 100644 --- a/configure.in +++ b/configure.in @@ -193,6 +193,12 @@ else GNUSTEP_LDIR=$GNUSTEP_SYSTEM_ROOT/Libraries/$obj_dir fi +# +# The following one is so that headers of custom libraries into +# $GNUSTEP_HDIR are used before the standard ones +# +CPPFLAGS="$CPPFLAGS -I$GNUSTEP_HDIR" + #-------------------------------------------------------------------- # Check if Objective-C is installed #--------------------------------------------------------------------