Regenerated

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15399 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-12-30 17:20:28 +00:00
parent 98c110a95d
commit 23ce61b533

2
configure vendored
View file

@ -2401,7 +2401,7 @@ fi
OBJC_RUNTIME_LIB=`echo $LIBRARY_COMBO | tr '-' ' ' | awk '{print $1}'`
echo "$as_me:$LINENO: checking the Objective-C runtime" >&5
echo $ECHO_N "checking the Objective-C runtime... $ECHO_C" >&6
if test "$OBJC_RUNTIME_LIB" = "nx"; then
if test "$OBJC_RUNTIME_LIB" = "nx" -o "$OBJC_RUNTIME_LIB" = "apple"; then
echo "$as_me:$LINENO: result: NeXT" >&5
echo "${ECHO_T}NeXT" >&6
LIBOBJC='-lobjc'