diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-11-05 22:59:49 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-11-05 22:59:49 +0000 |
commit | 22313024f80f7325a7253c64fe49cc6458df7dd4 (patch) | |
tree | e69df7f5f460cfe0163a54543f2c96eb36b6634c /configure | |
parent | 5e2615a2d8a5ae64161727f8a32f6f0949f3fee4 (diff) | |
parent | 7435ccf486eee2f60d6a8b2ab0029b8f4ce17ab7 (diff) |
Merging from Jelmer.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |