Mercurial > dropbear
comparison configure.ac @ 1447:8f88f4290b22
document --enable-static in place of STATIC=1
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 27 Jun 2017 22:42:32 +0800 |
parents | b8764eee6bdb |
children | ef310db5ccec e017e46b1434 |
comparison
equal
deleted
inserted
replaced
1446:b8764eee6bdb | 1447:8f88f4290b22 |
---|---|
33 [AC_MSG_RESULT(no); CFLAGS="$OLDCFLAGS" ] | 33 [AC_MSG_RESULT(no); CFLAGS="$OLDCFLAGS" ] |
34 ) | 34 ) |
35 | 35 |
36 STATIC=0 | 36 STATIC=0 |
37 AC_ARG_ENABLE(static, | 37 AC_ARG_ENABLE(static, |
38 [ --enable-static Build static binaries], | 38 [ --enable-static Build static binaries], |
39 [ | 39 [ |
40 if test "x$enableval" = "xyes"; then | 40 if test "x$enableval" = "xyes"; then |
41 STATIC=1 | 41 STATIC=1 |
42 AC_MSG_NOTICE(Static Build) | 42 AC_MSG_NOTICE(Static Build) |
43 fi | 43 fi |