]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: vpopmail is broken, fail configure if --with-vpopmail is used.
authorTimo Sirainen <tss@iki.fi>
Tue, 31 Aug 2010 18:33:21 +0000 (19:33 +0100)
committerTimo Sirainen <tss@iki.fi>
Tue, 31 Aug 2010 18:33:21 +0000 (19:33 +0100)
configure.in

index 051f62af535b1f4083d407b0839c24e61e37fadc..959f07723087a6347610647cd481674dc5ad57ff 100644 (file)
@@ -112,9 +112,9 @@ AC_ARG_WITH(vpopmail,
                        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.