diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-06-27 22:42:32 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-06-27 22:42:32 +0800 |
commit | 785459d31bca1c4aa940ab62ede659a2d0311ecf (patch) | |
tree | 04ebc43d642a67daa975deef7cb98612964161f7 /configure.ac | |
parent | a9a3746d0900bd973cbf164332dc795812a769c7 (diff) |
document --enable-static in place of STATIC=1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cb22223..8be542a 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])], STATIC=0 AC_ARG_ENABLE(static, - [ --enable-static Build static binaries], + [ --enable-static Build static binaries], [ if test "x$enableval" = "xyes"; then STATIC=1 |