summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-05-26 15:35:00 +0200
committerThomas Haller <thaller@redhat.com>2020-05-27 11:29:48 +0200
commitd04144afdb3057382beb38f3b7ca1e11c9effa54 (patch)
treece579a26b91aaa599ba803f81be634e67b7803f4
parent04f57077315738a5c64c53280072bb4980f3d126 (diff)
downloadNetworkManager-d04144afdb3057382beb38f3b7ca1e11c9effa54.tar.gz
build: log system-ca-path configure setting in build scripts
(cherry picked from commit f8dcb3fc474a4984c312b537a9d51fcfddc8283b) (cherry picked from commit f3f179728e60d4e3d4026ac829299170263822cd) (cherry picked from commit eb9767a6c8c15aa441b31a432bc72ba78505c6c3) (cherry picked from commit 359f7f3544a2757d0e11ec15f87fa962b0de19fa)
-rw-r--r--configure.ac1
-rw-r--r--meson.build1
2 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a6ef1c4552..1530cfa5e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1309,6 +1309,7 @@ echo " nmlibdir: $nmlibdir"
echo " nmdatadir: $nmdatadir"
echo " nmstatedir: $nmstatedir"
echo " nmrundir: $nmrundir"
+echo " system-ca-path: $with_system_ca_path"
echo
echo "Platform:"
diff --git a/meson.build b/meson.build
index 6d94c9c565..03e116b4ee 100644
--- a/meson.build
+++ b/meson.build
@@ -984,6 +984,7 @@ output += ' nmstatedir: ' + nm_pkgstatedir + '\n'
output += ' nmrundir: ' + nm_pkgrundir + '\n'
output += ' nmvpndir: ' + nm_vpndir + '\n'
output += ' nmplugindir: ' + nm_plugindir + '\n'
+output += ' system-ca-path: ' + system_ca_path + '\n'
output += '\nPlatform:\n'
output += ' session tracking: ' + ','.join(session_trackers) + '\n'
output += ' suspend/resume: ' + suspend_resume + '\n'