summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-06-02 14:00:47 +0200
committerThomas Haller <thaller@redhat.com>2022-06-02 14:04:12 +0200
commit68aafe4942c1eaf97cf4c59dc4637150fc90c18a (patch)
tree7e6a43ffda24cbbd13db2391aeee3262cda4a84c
parentfe7bdaa7e496842ce868e40dee032dc42fe2b3e4 (diff)
build: print python path for autotools
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9188c88d4c..12341511ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1444,4 +1444,5 @@ echo " sanitizers: $sanitizers"
echo " Mozilla Public Suffix List: $with_libpsl"
echo " eBPF: $have_ebpf"
echo " readline: $with_readline"
+echo " python: $PYTHON"
echo