Skip to content
Snippets Groups Projects
Commit 37ff2eaf authored by Matt Johnston's avatar Matt Johnston
Browse files

configure.in: fix a status message

--HG--
extra : convert_revision : 14dde9c1d5a1f0d631336b82a9ff830b4e25a54a
parent 27aa148e
No related merge requests found
...@@ -19,7 +19,7 @@ fi ...@@ -19,7 +19,7 @@ fi
AC_SUBST(LD) AC_SUBST(LD)
if test -z "$OLDCFLAGS" && test "$GCC" = "yes"; then 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" CFLAGS="-Os -W -Wall"
fi fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment