configure.in: fix a status message

--HG--
extra : convert_revision : 14dde9c1d5a1f0d631336b82a9ff830b4e25a54a
This commit is contained in:
Matt Johnston 2004-12-19 07:46:16 +00:00
parent 27aa148e02
commit 37ff2eaf2a

View File

@ -19,7 +19,7 @@ fi
AC_SUBST(LD)
if test -z "$OLDCFLAGS" && test "$GCC" = "yes"; then
AC_MSG_RESULT(No \$CFLAGS set... using "-Os -W -Wall for GCC")
AC_MSG_RESULT(No \$CFLAGS set... using "-Os -W -Wall" for GCC)
CFLAGS="-Os -W -Wall"
fi