From: Ondřej Surý Date: Wed, 6 Feb 2019 11:08:34 +0000 (+0100) Subject: Fix typo X-Git-Tag: v9.13.6~3^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72cb84f029d7376a41641b0a2d3fca0f96542585;p=thirdparty%2Fbind9.git Fix typo --- diff --git a/configure b/configure index 87dec1a096b..b3cb7d9a158 100755 --- a/configure +++ b/configure @@ -23926,7 +23926,7 @@ report() { echo " Very verbose query trace logging (--enable-querytrace)" test "yes" = "$use_libtool" || echo " Use GNU libtool (--with-libtool)" - test "no" = "$with_cmocka" && echo " CMocka Unit Testng Framework (--with-cmocka)" + test "no" = "$with_cmocka" && echo " CMocka Unit Testing Framework (--with-cmocka)" test "X$PYTHON" = "X" && echo " Python tools (--with-python)" test "X$XMLSTATS" = "X" && echo " XML statistics (--with-libxml2)" diff --git a/configure.ac b/configure.ac index 2bc0892efbe..2b3ad779a7a 100644 --- a/configure.ac +++ b/configure.ac @@ -3155,7 +3155,7 @@ report() { echo " Very verbose query trace logging (--enable-querytrace)" test "yes" = "$use_libtool" || echo " Use GNU libtool (--with-libtool)" - test "no" = "$with_cmocka" && echo " CMocka Unit Testng Framework (--with-cmocka)" + test "no" = "$with_cmocka" && echo " CMocka Unit Testing Framework (--with-cmocka)" test "X$PYTHON" = "X" && echo " Python tools (--with-python)" test "X$XMLSTATS" = "X" && echo " XML statistics (--with-libxml2)"