From: Timo Sirainen Date: Fri, 9 Oct 2009 19:27:58 +0000 (-0400) Subject: dovecot --build-options: List nss if it's enabled. X-Git-Tag: 2.0.alpha1~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=241558596478de7da668d9158746ba630b162d1f;p=thirdparty%2Fdovecot%2Fcore.git dovecot --build-options: List nss if it's enabled. --HG-- branch : HEAD --- diff --git a/src/master/main.c b/src/master/main.c index 6e16c841b3..3d6b7008ff 100644 --- a/src/master/main.c +++ b/src/master/main.c @@ -580,6 +580,9 @@ static void print_build_options(void) "(plugin)" #endif #endif +#ifdef USERDB_NSS + " nss" +#endif #ifdef USERDB_PASSWD " passwd" #endif