Mercurial > dropbear
comparison configure.ac @ 864:30ab30e46452
Fix some warnings
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 25 Nov 2013 23:08:33 +0800 |
parents | f56c41030c15 |
children | 39d872718d4b |
comparison
equal
deleted
inserted
replaced
863:14342451d3df | 864:30ab30e46452 |
---|---|
19 fi | 19 fi |
20 AC_SUBST(LD) | 20 AC_SUBST(LD) |
21 | 21 |
22 if test -z "$OLDCFLAGS" && test "$GCC" = "yes"; then | 22 if test -z "$OLDCFLAGS" && test "$GCC" = "yes"; then |
23 AC_MSG_NOTICE(No \$CFLAGS set... using "-Os -W -Wall" for GCC) | 23 AC_MSG_NOTICE(No \$CFLAGS set... using "-Os -W -Wall" for GCC) |
24 CFLAGS="-Os -W -Wall" | 24 CFLAGS="-Os -W -Wall -Wno-pointer-sign" |
25 fi | 25 fi |
26 | 26 |
27 # large file support is useful for scp | 27 # large file support is useful for scp |
28 AC_SYS_LARGEFILE | 28 AC_SYS_LARGEFILE |
29 | 29 |