mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-24 22:59:09 +00:00
portability tweak
This commit is contained in:
parent
0cf679c1b6
commit
9eb9eba0d6
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -9433,7 +9433,7 @@ fi
|
|||
|
||||
|
||||
# If we determined that the user wants the gnustep-2.0 ABI, check for potential linker problems.
|
||||
if test $gs_cv_runtime_abi = 'gnustep-2.0'; then
|
||||
if test "$gs_cv_runtime_abi" = "gnustep-2.0"; then
|
||||
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which linker is being used" >&5
|
||||
printf %s "checking which linker is being used... " >&6; }
|
||||
|
|
|
@ -1381,7 +1381,7 @@ GS_CHECK_GCC_VERSION()
|
|||
|
||||
GS_RUNTIME_ABI()
|
||||
# If we determined that the user wants the gnustep-2.0 ABI, check for potential linker problems.
|
||||
if test $gs_cv_runtime_abi = 'gnustep-2.0'; then
|
||||
if test "$gs_cv_runtime_abi" = "gnustep-2.0"; then
|
||||
GS_CHECK_ABI20_LINKER()
|
||||
fi
|
||||
# Do not restore LIBS and CFLAGS yet as we need to test if the
|
||||
|
|
Loading…
Reference in a new issue