Mercurial > dropbear
comparison configure.in @ 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 | a3b58707122b |
children | 8b62b0ea8f3b |
comparison
equal
deleted
inserted
replaced
140:1bb50993acf1 | 141:12a6f385747d |
---|---|
17 LD=$CC | 17 LD=$CC |
18 fi | 18 fi |
19 AC_SUBST(LD) | 19 AC_SUBST(LD) |
20 | 20 |
21 if test -z "$OLDCFLAGS" && test "$GCC" = "yes"; then | 21 if test -z "$OLDCFLAGS" && test "$GCC" = "yes"; then |
22 AC_MSG_RESULT(No \$CFLAGS set... using "-Os -W -Wall for GCC") | 22 AC_MSG_RESULT(No \$CFLAGS set... using "-Os -W -Wall" for GCC) |
23 CFLAGS="-Os -W -Wall" | 23 CFLAGS="-Os -W -Wall" |
24 fi | 24 fi |
25 | 25 |
26 # Host specific options | 26 # Host specific options |
27 # this isn't a definitive list of hosts, they are just added as required | 27 # this isn't a definitive list of hosts, they are just added as required |