gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix NSS / sudo warning outp


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix NSS / sudo warning output by configure to be more accurate (#4631)
Date: Mon, 20 Feb 2017 11:30:55 +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 d4c6f4e5e fix NSS / sudo warning output by configure to be more 
accurate (#4631)
d4c6f4e5e is described below

commit d4c6f4e5ecccd9305fb0258968fa24b405455df3
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 20 11:30:52 2017 +0100

    fix NSS / sudo warning output by configure to be more accurate (#4631)
---
 configure.ac   | 4 +++-
 po/POTFILES.in | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7c10d07f1..dc9eabbc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1788,9 +1788,11 @@ then
   AC_MSG_NOTICE([NOTICE: Mac OS X framework build enabled.])
 fi
 
-if test "x$SUDO_BINARY" = "x" -a ! -w /
+if test "x$install_nss" = "x0"
 then
   AC_MSG_NOTICE([NOTICE: --with-sudo not specified and not running as 'root', 
will not install GNS NSS library])
+else
+  AC_MSG_NOTICE([NOTICE: Will to install GNS NSS library to $NSS_DIR])
 fi
 
 
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 8cb80f73c..21d00efbd 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -36,6 +36,7 @@ src/block/block.c
 src/block/plugin_block_template.c
 src/block/plugin_block_test.c
 src/cadet/cadet_api.c
+src/cadet/cadet_api_new.c
 src/cadet/cadet_common.c
 src/cadet/cadet_path.c
 src/cadet/cadet_test_lib.c

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



reply via email to

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