- Added new mesh service (WiP)
[oweals/gnunet.git] / 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])