mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fixed grammar in message
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10227 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
520315fb6a
commit
1e7d8bfd13
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ if test x"$objc_threaded" != x""; then
|
|||
fi
|
||||
LIBS="$LIBS $extra_LIBS"
|
||||
CPPFLAGS="$CPPFLAGS -fconstant-string-class=NSConstantString"
|
||||
AC_MSG_CHECKING(if the compiler support -fconstant-string-class)
|
||||
AC_MSG_CHECKING(if the compiler supports -fconstant-string-class)
|
||||
AC_CACHE_VAL(objc_compiler_supports_constant_string_class,
|
||||
AC_TRY_RUN([#include "$srcdir/config/config.constant-string-class.m"],
|
||||
objc_compiler_supports_constant_string_class=yes,
|
||||
|
|
Loading…
Reference in a new issue