From: Christian Grothoff Date: Mon, 20 Feb 2017 10:30:52 +0000 (+0100) Subject: fix NSS / sudo warning output by configure to be more accurate (#4631) X-Git-Tag: taler-0.2.1~132 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d4c6f4e5ecccd9305fb0258968fa24b405455df3;p=oweals%2Fgnunet.git fix NSS / sudo warning output by configure to be more accurate (#4631) --- 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