mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
d325a7fad7
commit
2ac0335346
2 changed files with 4 additions and 4 deletions
4
configure
vendored
4
configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue