aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure b/configure
index ffa0e2f2..bc9960a9 100755
--- a/configure
+++ b/configure
@@ -29,7 +29,6 @@ debug=0
strip=1
gcov=0
plugins=1
-ipv6=1
events=glib
ldap=0
@@ -71,8 +70,6 @@ Option Description Default
--gcov=0/1 Disable/enable test coverage reporting $gcov
--plugins=0/1 Disable/enable plugins support $plugins
---ipv6=0/1 IPv6 socket support $ipv6
-
--events=... Event handler (glib, libevent) $events
--ssl=... SSL library to use (gnutls, nss, openssl, bogus, auto)
$ssl
@@ -134,10 +131,6 @@ cat<<EOF>config.h
#define CPU "$cpu"
EOF
-if [ "$ipv6" = "1" ]; then
- echo '#define IPV6' >> config.h
-fi
-
if [ "$debug" = "1" ]; then
[ -z "$CFLAGS" ] && CFLAGS=-g
echo 'DEBUG=1' >> Makefile.settings