From 2c050a03a07c6877d32e6017af1b26898cda081d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 31 May 2012 21:10:39 +0000 Subject: [PATCH] -fix nss.h test --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a861bd409..95b10be7b 100644 --- a/configure.ac +++ b/configure.ac @@ -341,7 +341,7 @@ fi AC_CHECK_HEADERS([nss.h],[nss=true],[nss=false]) -if test x$nss = xnss +if test x$nss = xfalse then AM_CONDITIONAL(HAVE_GLIBCNSS, false) AC_MSG_WARN([No GNU libc nss header, will not build NSS plugin]) -- 2.25.1