aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 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