mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
8e5bd189c0
commit
f2b149e9b7
3 changed files with 254 additions and 259 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue