[Dovecot] --disable-ipv6 does not work

Heiko Schlichting heiko at FU-Berlin.DE
Sun Feb 17 03:27:37 EET 2008


Hi,

configure option "--disable-ipv6" does not work for me in version
1.1.beta16 (and earlier versions). The following patch fixed this problem
for me.

Heiko

============================================================
--- configure.in.org	2008-02-16 15:35:53.000000000 +0100
+++ configure.in	2008-02-17 01:30:21.675931789 +0100
@@ -23,8 +23,8 @@
 
 AC_ARG_ENABLE(ipv6,
 [  --enable-ipv6           Enable IPv6 support (auto)],
-	if test x$withval = xno || test x$withval = xauto; then
-		want_ipv6=$withval
+	if test x$enableval = xno || test x$enableval = xauto; then
+		want_ipv6=$enableval
 	else
 		want_ipv6=yes
 	fi,
============================================================

Heiko Schlichting        | Freie Universität Berlin
heiko at FU-Berlin.DE       | Zentraleinrichtung für Datenverarbeitung (ZEDAT)
Telefon +49 30 838-54327 | Fabeckstraße 32
Telefax +49 30 838454327 | 14195 Berlin   


More information about the dovecot mailing list