portability tweak

This commit is contained in:
rfm 2025-03-09 15:21:17 +00:00
parent 0cf679c1b6
commit 9eb9eba0d6
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -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; }

View file

@ -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