From d4c6f4e5ecccd9305fb0258968fa24b405455df3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 20 Feb 2017 11:30:52 +0100 Subject: [PATCH] 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 -- 2.25.1