projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adc1b1f
)
-fix nss.h test
author
Christian Grothoff
<christian@grothoff.org>
Thu, 31 May 2012 21:10:39 +0000
(21:10 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 31 May 2012 21:10:39 +0000
(21:10 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index a861bd40979bd9d00d9f6182c9ccfdb8a0559785..95b10be7b059e9cb6dfb280db6b75a2a44e99896 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-341,7
+341,7
@@
fi
AC_CHECK_HEADERS([nss.h],[nss=true],[nss=false])
-if test x$nss = x
nss
+if test x$nss = x
false
then
AM_CONDITIONAL(HAVE_GLIBCNSS, false)
AC_MSG_WARN([No GNU libc nss header, will not build NSS plugin])