dovecot: --with-passwd was used also for --with-nss

dovecot at dovecot.org dovecot at dovecot.org
Fri Jul 20 02:45:36 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/c83546491bad
changeset: 6111:c83546491bad
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jul 20 02:45:32 2007 +0300
description:
--with-passwd was used also for --with-nss

diffstat:

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

diffs (12 lines):

diff -r d0af61880c04 -r c83546491bad configure.in
--- a/configure.in	Thu Jul 19 06:49:45 2007 +0300
+++ b/configure.in	Fri Jul 20 02:45:32 2007 +0300
@@ -82,7 +82,7 @@ AC_ARG_WITH(passwd,
 	fi,
 	want_passwd=yes)
 
-AC_ARG_WITH(passwd,
+AC_ARG_WITH(nss,
 [  --with-nss              Build with NSS module support (default)],
 	if test x$withval = xno; then
 		want_nss=no


More information about the dovecot-cvs mailing list