summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2012-12-05 01:06:05 -0500
committerTingPing <tingping@tingping.se>2012-12-05 01:06:05 -0500
commitffa299f99ea1c17599697ad76b527aef37a1b900 (patch)
treea65e81edd0aafd546a357e2b46d071f9cc6bc0a4
parenta869f5b3918f1d5d915f9e3570381dc09b1729d3 (diff)
fix typo
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4761562f..66f698d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@ AC_ARG_ENABLE(socks,
         socks=$enableval, socks=no)
 
 AC_ARG_ENABLE(ipv6,
-	[AS_HELP_STRING([--disable-ipv6],[enable IPv6])],
+	[AS_HELP_STRING([--disable-ipv6],[disable IPv6])],
         ipv6=$enableval, ipv6=yes)
 
 AC_ARG_ENABLE(xft,