]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove --with-python from summary
authorMark Andrews <marka@isc.org>
Fri, 31 Jul 2020 05:16:20 +0000 (15:16 +1000)
committerMark Andrews <marka@isc.org>
Fri, 31 Jul 2020 05:21:40 +0000 (05:21 +0000)
configure.ac

index 89b27b3119a52a2690d592dcc7140401bf47c2f1..80c02b940a0e35aa2721b7a7c6031afa465a1ca9 100644 (file)
@@ -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)"