From 305ca032a0d3afd779b2b97bb36971e1072f0453 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 31 Jul 2020 15:16:20 +1000 Subject: [PATCH] remove --with-python from summary --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 89b27b3119..80c02b940a 100644 --- a/configure.ac +++ b/configure.ac @@ -1702,7 +1702,6 @@ report() { # these lines are only printed if run with --enable-full-report if test "yes" = "$enable_full_report"; then - test -z "$PYTHON" || echo " Python tools (--with-python)" test -z "$LIBXML2_LIBS" || echo " XML statistics (--with-libxml2)" test -z "$JSON_C_LIBS" || echo " JSON statistics (--with-json-c): $JSON_C_CFLAGS $JSON_C_LIBS" test -z "$ZLIB_LIBS" || echo " HTTP zlib compression (--with-zlib)" @@ -1774,7 +1773,6 @@ report() { test "no" = "$with_cmocka" && echo " CMocka Unit Testing Framework (--with-cmocka)" - test -z "$PYTHON" && echo " Python tools (--with-python)" test -z "$LIBXML2_LIBS" && echo " XML statistics (--with-libxml2)" test -z "$JSON_C_LIBS" && echo " JSON statistics (--with-json-c)" test -z "$ZLIB_LIBS" && echo " HTTP zlib compression (--with-zlib)"