mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
a134fb88c8
commit
0f60705c2b
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue