]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix typo
authorOndřej Surý <ondrej@sury.org>
Wed, 6 Feb 2019 11:08:34 +0000 (12:08 +0100)
committerOndřej Surý <ondrej@sury.org>
Wed, 6 Feb 2019 11:08:34 +0000 (12:08 +0100)
configure
configure.ac

index 87dec1a096b6061033aabeba42df44a14dfb4157..b3cb7d9a1580731c171d0f334fa4483851aca4ef 100755 (executable)
--- 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)"
index 2bc0892efbedc0ffc44f2b189031766c18d3981b..2b3ad779a7ac0625048c8604e341f6f86fd84cdd 100644 (file)
@@ -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)"