aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--po/POTFILES.in1
2 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7c10d07f1..dc9eabbc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1788,9 +1788,11 @@ then
1788 AC_MSG_NOTICE([NOTICE: Mac OS X framework build enabled.]) 1788 AC_MSG_NOTICE([NOTICE: Mac OS X framework build enabled.])
1789fi 1789fi
1790 1790
1791if test "x$SUDO_BINARY" = "x" -a ! -w / 1791if test "x$install_nss" = "x0"
1792then 1792then
1793 AC_MSG_NOTICE([NOTICE: --with-sudo not specified and not running as 'root', will not install GNS NSS library]) 1793 AC_MSG_NOTICE([NOTICE: --with-sudo not specified and not running as 'root', will not install GNS NSS library])
1794else
1795 AC_MSG_NOTICE([NOTICE: Will to install GNS NSS library to $NSS_DIR])
1794fi 1796fi
1795 1797
1796 1798
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
36src/block/plugin_block_template.c 36src/block/plugin_block_template.c
37src/block/plugin_block_test.c 37src/block/plugin_block_test.c
38src/cadet/cadet_api.c 38src/cadet/cadet_api.c
39src/cadet/cadet_api_new.c
39src/cadet/cadet_common.c 40src/cadet/cadet_common.c
40src/cadet/cadet_path.c 41src/cadet/cadet_path.c
41src/cadet/cadet_test_lib.c 42src/cadet/cadet_test_lib.c