mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
configure.in: fix a status message
--HG-- extra : convert_revision : 14dde9c1d5a1f0d631336b82a9ff830b4e25a54a
This commit is contained in:
parent
27aa148e02
commit
37ff2eaf2a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user