mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 18:29:58 -04:00
remove --with-python from summary
This commit is contained in:
parent
355b7899ee
commit
305ca032a0
1 changed files with 0 additions and 2 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue