From 68aafe4942c1eaf97cf4c59dc4637150fc90c18a Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 2 Jun 2022 14:00:47 +0200 Subject: [PATCH] build: print python path for autotools --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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