diff options
-rw-r--r-- | configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 9d3c2ed..9942d52 100644 --- a/configure.in +++ b/configure.in | |||
@@ -300,12 +300,6 @@ AC_ARG_WITH(openssl, | |||
300 | [sets path to openssl installation]), | 300 | [sets path to openssl installation]), |
301 | OPENSSL=$withval,) | 301 | OPENSSL=$withval,) |
302 | 302 | ||
303 | AC_ARG_WITH([ipv6], | ||
304 | ACX_HELP_STRING([--with-ipv6], | ||
305 | [enable IPv6 support (default=no)]), | ||
306 | , | ||
307 | with_ipv6=no) | ||
308 | |||
309 | dnl Check for AF_INET6 support | 303 | dnl Check for AF_INET6 support |
310 | AC_CACHE_CHECK([for IPv6 support], with_ipv6, [ | 304 | AC_CACHE_CHECK([for IPv6 support], with_ipv6, [ |
311 | AC_TRY_COMPILE([#include <netinet/in.h> | 305 | AC_TRY_COMPILE([#include <netinet/in.h> |