-fix nss.h test
authorChristian Grothoff <christian@grothoff.org>
Thu, 31 May 2012 21:10:39 +0000 (21:10 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 31 May 2012 21:10:39 +0000 (21:10 +0000)
configure.ac

index a861bd40979bd9d00d9f6182c9ccfdb8a0559785..95b10be7b059e9cb6dfb280db6b75a2a44e99896 100644 (file)
@@ -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])