changeset 426:951cb252e577 HEAD

help update
author Timo Sirainen <tss@iki.fi>
date Tue, 15 Oct 2002 00:14:53 +0300
parents a63ec8754d2e
children 314bcc861a67
files configure.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Oct 14 23:40:01 2002 +0300
+++ b/configure.in	Tue Oct 15 00:14:53 2002 +0300
@@ -20,13 +20,13 @@
 AC_CHECK_HEADERS(sys/time.h)
 
 AC_ARG_ENABLE(ipv6,
-[  --enable-ipv6           Enable IPv6 support],
+[  --enable-ipv6           Enable IPv6 support (default)],
 	if test x$enableval = xno; then
 		want_ipv6=no
 	else
 		want_ipv6=yes
 	fi,
-	want_ipv6=no)
+	want_ipv6=yes)
 
 AC_ARG_WITH(file-offset-size,
 [  --with-file-offset-size=BITS  Set size of file offsets. Usually 32 or 64.
@@ -35,7 +35,7 @@
 	preferred_off_t_bits=64)
 
 AC_ARG_WITH(passwd,
-[  --with-passwd           Enable /etc/passwd support (default)],
+[  --with-passwd           Build with /etc/passwd support (default)],
 	if test x$withval = xno; then
 		want_passwd=no
 	else