# HG changeset patch # User Timo Sirainen # Date 1034630093 -10800 # Node ID 951cb252e5772f297dcbf9a2f597f90d6e06a8fc # Parent a63ec8754d2eda85c512d9ccb87953f6a8506701 help update diff -r a63ec8754d2e -r 951cb252e577 configure.in --- 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