diff configure.in @ 12049:f90590836165

configure: vpopmail is broken, fail configure if --with-vpopmail is used.
author Timo Sirainen <tss@iki.fi>
date Tue, 31 Aug 2010 19:33:21 +0100
parents 8baa8ccb4021
children 711b5f193f04
line wrap: on
line diff
--- 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.