dovecot-2.0: configure: vpopmail is broken, fail configure if --...

dovecot at dovecot.org dovecot at dovecot.org
Tue Aug 31 21:33:27 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/f90590836165
changeset: 12049:f90590836165
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 31 19:33:21 2010 +0100
description:
configure: vpopmail is broken, fail configure if --with-vpopmail is used.

diffstat:

 configure.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 1cb0325ff6df -r f90590836165 configure.in
--- a/configure.in	Tue Aug 31 17:06:20 2010 +0100
+++ b/configure.in	Tue Aug 31 19:33:21 2010 +0100
@@ -112,9 +112,9 @@
 			vpopmail_home="$withval"
 			want_vpopmail=yes
 		fi
+		AC_ERROR([vpopmail support is broken. fix it or access its db another way.])
 	fi, [
-		want_vpopmail=auto
-		vpopmail_home="`echo ~vpopmail`"
+		want_vpopmail=no
 	])
 
 # Berkeley DB support is more or less broken. Disabled for now.


More information about the dovecot-cvs mailing list