diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 529b7bbc..21c55e6b 100644 --- a/configure.in +++ b/configure.in @@ -303,7 +303,7 @@ AC_ARG_WITH(openssl, AC_ARG_WITH([ipv6], ACX_HELP_STRING([--with-ipv6], [enable IPv6 support (default=no)]), - ac_cv_sys_use_ipv6=$withval, + , ac_cv_sys_use_ipv6=no) dnl Check for AF_INET6 support |