Mercurial > dropbear
changeset 141:12a6f385747d
configure.in: fix a status message
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 19 Dec 2004 07:46:16 +0000 |
parents | 1bb50993acf1 |
children | 9a1dc9bc17d7 |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sun Dec 19 07:43:37 2004 +0000 +++ b/configure.in Sun Dec 19 07:46:16 2004 +0000 @@ -19,7 +19,7 @@ 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