From: Timo Sirainen Date: Fri, 13 Mar 2009 22:05:10 +0000 (-0400) Subject: --with-vpopmail: Minor fix for previous change. X-Git-Tag: 1.2.beta2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9a0ac3d5bccce6826ef945d1c6ee0c13d441cbe;p=thirdparty%2Fdovecot%2Fcore.git --with-vpopmail: Minor fix for previous change. --HG-- branch : HEAD --- diff --git a/configure.in b/configure.in index e6807d3508..f217133686 100644 --- a/configure.in +++ b/configure.in @@ -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