diff 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
line wrap: on
line diff
--- a/configure.ac	Tue Jun 27 22:37:46 2017 +0800
+++ b/configure.ac	Tue Jun 27 22:42:32 2017 +0800
@@ -35,7 +35,7 @@
 
 STATIC=0
 AC_ARG_ENABLE(static,
-	[  --enable-static        Build static binaries],
+	[  --enable-static         Build static binaries],
 	[
 		if test "x$enableval" = "xyes"; then
 			STATIC=1