gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: trying to fix #5605


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: trying to fix #5605
Date: Sun, 24 Feb 2019 13:43:25 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 41d45203f trying to fix #5605
41d45203f is described below

commit 41d45203ffd0936acbd4649b23e926b90c9a3333
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Feb 24 13:43:22 2019 +0100

    trying to fix #5605
---
 configure.ac | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 745300939..d4ef1ed4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -705,7 +705,14 @@ then
        AM_CONDITIONAL(HAVE_GLIBCNSS, false)
        AC_MSG_WARN([No GNU libc nss header, will not build NSS plugin])
 else
-       AM_CONDITIONAL(HAVE_GLIBCNSS, true)
+       NSS_INCLUDES="
+       #include <nss.h>
+       "
+       AC_CHECK_DECL([NSS_STATUS_UNAVAIL],
+               [AM_CONDITIONAL(HAVE_GLIBCNSS, true)],
+               [AM_CONDITIONAL(HAVE_GLIBCNSS, false)   
+                AC_MSG_WARN([No nss header fails to define NSS_STATUS_UNAVAIl, 
will not build NSS plugin])],
+               [$NSS_INCLUDES])
 fi
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]