dovecot-1.2: --with-vpopmail: Minor fix for previous change.

dovecot at dovecot.org dovecot at dovecot.org
Sat Mar 14 00:05:16 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/f67a966f2792
changeset: 8829:f67a966f2792
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Mar 13 18:05:10 2009 -0400
description:
--with-vpopmail: Minor fix for previous change.

diffstat:

1 file changed, 1 insertion(+)
configure.in |    1 +

diffs (11 lines):

diff -r 71f385df3de4 -r f67a966f2792 configure.in
--- a/configure.in	Fri Mar 13 18:01:30 2009 -0400
+++ b/configure.in	Fri Mar 13 18:05:10 2009 -0400
@@ -2081,6 +2081,7 @@ if test $want_vpopmail != no; then
 	vpop_etc="$vpopmail_home/etc"
 	AC_MSG_CHECKING([for vpopmail configuration at $vpop_etc/lib_deps])
 	if ! test -f $vpop_etc/lib_deps; then
+		AC_MSG_RESULT(not found)
 		vpop_etc="$vpopmail_home"
 		AC_MSG_CHECKING([for vpopmail configuration at $vpop_etc/lib_deps])
 	fi


More information about the dovecot-cvs mailing list