Revert configure script change.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13056 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-03-09 15:46:03 +00:00
parent 8e5bd189c0
commit f2b149e9b7
3 changed files with 254 additions and 259 deletions

View file

@ -3,7 +3,6 @@
* Source/NSFileManager.m: Change copy so that, if the source argument
is a symbolic link, we copy the link rather than the thing it points
to.
* configure.in: Look for headers of an additional libobjc
2002-03-08 Richard Frith-Macdonald <rfm@gnu.org>

508
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -117,10 +117,8 @@ fi
#
# The following one is so that headers of custom libraries into
# $GNUSTEP_HDIR are used before the standard ones
# The libobjc subdirectory is for if an alternative libobjc is
# installed and we want to use that rather than the default system one.
#
CPPFLAGS="$CPPFLAGS -I$GNUSTEP_HDIR -I$GNUSTEP_HDIR/libobjc"
CPPFLAGS="$CPPFLAGS -I$GNUSTEP_HDIR"
LDFLAGS="$LDFLAGS -L$GNUSTEP_LDIR/$LIBRARY_COMBO -L$GNUSTEP_LDIR"
#--------------------------------------------------------------------