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:
Nicola Pero 2001-06-22 17:47:07 +00:00
parent 520315fb6a
commit 1e7d8bfd13

View file

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