aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-31 21:10:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-31 21:10:39 +0000
commit2c050a03a07c6877d32e6017af1b26898cda081d (patch)
tree836c49eb99cba6273e9666e3da5458c0094c0ea2 /configure.ac
parentadc1b1fe5b4e1a000d20e29dd605e0060545c0ab (diff)
downloadgnunet-2c050a03a07c6877d32e6017af1b26898cda081d.tar.gz
gnunet-2c050a03a07c6877d32e6017af1b26898cda081d.zip
-fix nss.h test
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a861bd409..95b10be7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -341,7 +341,7 @@ fi
341 341
342 342
343AC_CHECK_HEADERS([nss.h],[nss=true],[nss=false]) 343AC_CHECK_HEADERS([nss.h],[nss=true],[nss=false])
344if test x$nss = xnss 344if test x$nss = xfalse
345then 345then
346 AM_CONDITIONAL(HAVE_GLIBCNSS, false) 346 AM_CONDITIONAL(HAVE_GLIBCNSS, false)
347 AC_MSG_WARN([No GNU libc nss header, will not build NSS plugin]) 347 AC_MSG_WARN([No GNU libc nss header, will not build NSS plugin])