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 10:24:35 +0200
commitf8dcb3fc474a4984c312b537a9d51fcfddc8283b (patch)
tree1b28f1063abeaebe854c549e2ece332ceba3bc53
parent56acdac152e35a0cec84c2c694043efc7cd69279 (diff)
downloadNetworkManager-f8dcb3fc474a4984c312b537a9d51fcfddc8283b.tar.gz
build: log system-ca-path configure setting in build scripts
-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 5b11a13b76..8b6ab07d57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1330,6 +1330,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 e2c83d2b57..4e37d68fd9 100644
--- a/meson.build
+++ b/meson.build
@@ -985,6 +985,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'