Remove extra spaces

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15934 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-02-11 15:36:28 +00:00
parent f4e4d96572
commit bd176f1c2b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-02-11 Adam Fedor <fedor@Eldorado.local.>
* configure (LDFLAGS): Remove extra spaces that cause problems
on Darwin/gcc
i2003-02-11 Willem Rein Oudshoorn <woudshoo@xs4all.nl>
* Headers/Foundation/NSFileManager.h: Added a little bit to the

2
configure vendored
View file

@ -2657,7 +2657,7 @@ fi
# $GNUSTEP_HDIR are used before the standard ones
#
CPPFLAGS="$CPPFLAGS -I $GNUSTEP_HDIR"
LDFLAGS="$LDFLAGS -L $GNUSTEP_LDIR/$LIBRARY_COMBO -L $GNUSTEP_LDIR"
LDFLAGS="$LDFLAGS -L$GNUSTEP_LDIR/$LIBRARY_COMBO -L$GNUSTEP_LDIR"
#--------------------------------------------------------------------
# Check if Objective-C is installed