summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-08-04 14:16:23 +0200
committerThomas Haller <thaller@redhat.com>2015-08-04 14:16:23 +0200
commitd7ca945a9f29449dc28258d43edb4c7ddf3dc7dd (patch)
treeebd5ad0366ee06f7f7e5d4a3986854c3ed8674ba
parent98cd83e5785dc3d171ca3c32e815079e7305401f (diff)
downloadNetworkManager-d7ca945a9f29449dc28258d43edb4c7ddf3dc7dd.tar.gz
build: print configure result for default configuration values in a common format
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9caea8b367..a97c3da55a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1123,16 +1123,16 @@ echo " session tracking: $session_tracking"
echo " suspend/resume: $with_suspend_resume"
if test "${enable_polkit}" = "yes"; then
if test "${enable_modify_system}" = "yes"; then
- echo " policykit: yes (permissive modify.system) (default=${enable_polkit})"
+ echo " policykit: yes (permissive modify.system) (default: main.auth-polkit=${enable_polkit})"
else
- echo " policykit: yes (restrictive modify.system) (default=${enable_polkit})"
+ echo " policykit: yes (restrictive modify.system) (default: main.auth-polkit=${enable_polkit})"
fi
else
echo " policykit: no"
fi
echo " polkit agent: ${enable_polkit_agent}"
echo " selinux: $have_selinux"
-echo " systemd-journald: $have_systemd_journal (logging.backend: ${nm_config_logging_backend_default})"
+echo " systemd-journald: $have_systemd_journal (default: logging.backend=${nm_config_logging_backend_default})"
echo " hostname persist: ${hostname_persist}"
echo " libaudit: $have_libaudit (default: logging.audit=${NM_CONFIG_DEFAULT_LOGGING_AUDIT_TEXT})"
echo