From: Christian Grothoff Date: Thu, 31 May 2012 21:10:39 +0000 (+0000) Subject: -fix nss.h test X-Git-Tag: initial-import-from-subversion-38251~13323 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2c050a03a07c6877d32e6017af1b26898cda081d;p=oweals%2Fgnunet.git -fix nss.h test --- 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])