Tiny change in a comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8740 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-22 13:40:41 +00:00
parent d325a7fad7
commit 2ac0335346
2 changed files with 4 additions and 4 deletions

4
configure vendored
View file

@ -1578,11 +1578,11 @@ echo "$ac_t""$gs_cv_objc_libdir" 1>&6
# all the time:
#if test "$gs_cv_objc_libdir" != "NONE"; then
# The following are needed to compile
# The following are needed to compile the test programs
CPPFLAGS="$CPPFLAGS -I$GNUSTEP_SYSTEM_ROOT/Headers"
LDFLAGS="$LDFLAGS -L$GNUSTEP_LDIR"
# And the following to execute our test programs
# And the following to execute them
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$GNUSTEP_LDIR"
#fi

View file

@ -248,11 +248,11 @@ AC_MSG_RESULT($gs_cv_objc_libdir)
# all the time:
#if test "$gs_cv_objc_libdir" != "NONE"; then
# The following are needed to compile
# The following are needed to compile the test programs
CPPFLAGS="$CPPFLAGS -I$GNUSTEP_SYSTEM_ROOT/Headers"
LDFLAGS="$LDFLAGS -L$GNUSTEP_LDIR"
# And the following to execute our test programs
# And the following to execute them
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$GNUSTEP_LDIR"
#fi