---
 configure.ac | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


diff --git a/configure.ac b/configure.ac
index 3d90f3d..84001f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1433,7 +1433,7 @@ AC_SUBST(OBJ_MERGE_CMD_FLAG)
 
 AC_MSG_CHECKING(for the GCC version)
 if test ! ${GCC} = "yes" ; then
-  AC_MSG_RESULT(no: it's not gcc)
+  AC_MSG_RESULT(no: it is not gcc)
 else
   # Running gcc -dumpversion we get something like 2.95.4 or
   #  egcs-2.91.66 or 3.0.2 or 3.1 20011211
@@ -1535,7 +1535,7 @@ AUTO_DEPENDENCIES=""
 if test "$CYGWIN" = yes; then
   AC_MSG_RESULT(no: autodependencies do not work on cygwin)
 elif test ! ${GCC} = "yes" ; then
-  AC_MSG_RESULT(no: it's not gcc)
+  AC_MSG_RESULT(no: it is not gcc)
 else
   if test "${gs_cv_gcc_major_version}" -ge "3" >&5 2>&5; then
     AUTO_DEPENDENCIES=yes
@@ -1574,7 +1574,7 @@ GCC_WITH_PRECOMPILED_HEADERS="no"
 # First, a preliminary test.  If this is not gcc, precompiled headers
 # are not supported.
 if test ! "${GCC}" = "yes" ; then
-  AC_MSG_RESULT(no: it's not gcc)
+  AC_MSG_RESULT(no: it is not gcc)
 else
   if test "${gs_cv_gcc_parsed_version}" = "4.1" >&5 2>&5; then
     AC_MSG_RESULT(no: gcc 4.1 is often shipped with broken precompiled headers)
@@ -1611,7 +1611,7 @@ AC_MSG_CHECKING(if the compiler requires -shared flag to build for Solaris)
 
 SOLARIS_SHARED=""
 if test ! ${GCC} = "yes" ; then
-  AC_MSG_RESULT(no: it's not gcc)
+  AC_MSG_RESULT(no: it is not gcc)
 else
   if test "${gs_cv_gcc_major_version}" -ge "4" >&5 2>&5; then
     if test "$host_os" = "solaris2.7" -o $"host_os" = "solaris2.6"; then

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Bug-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to