]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_8] corrected a typo in the configure summary [RT #34448]
authorCurtis Blackburn <ckb@isc.org>
Wed, 31 Jul 2013 20:07:52 +0000 (15:07 -0500)
committerCurtis Blackburn <ckb@isc.org>
Wed, 31 Jul 2013 20:07:52 +0000 (15:07 -0500)
configure
configure.in

index e84056494bc93de0afbbe3aa9072a0a3db9e4396..5d19dde5a6cde7dacc7565b000efd40c0e23ed01 100755 (executable)
--- a/configure
+++ b/configure
@@ -22772,7 +22772,7 @@ test "$want_symtable" = "minimal" && \
     echo "    Use symbol table for backtrace, named only (--enable-symtable)"
 test "$want_symtable" = "yes" -o "$want_symtable" = "all" && \
     echo "    Use symbol table for backtrace, all binaries (--enable-symtable=all)"
-test "$use_pkcs11" = "no" || echo "    PKCS#11/Cryptoki support (--with-pks11)"
+test "$use_pkcs11" = "no" || echo "    PKCS#11/Cryptoki support (--with-pkcs11)"
 
 
 # these lines are only printed if run with --enable-full-report
@@ -22816,7 +22816,7 @@ test "$enable_filter" = "yes" || \
 test "$use_gssapi" = "no" && echo "    GSS-API (--with-gssapi)"
 test "$want_backtrace" = "yes" || \
     echo "    Print backtrace on crash (--enable-backtrace)"
-test "$use_pkcs11" = "no" && echo "    PKCS#11/Cryptoki support (--with-pks11)"
+test "$use_pkcs11" = "no" && echo "    PKCS#11/Cryptoki support (--with-pkcs11)"
 
 test "$enable_ipv6" = "no" -o "$found_ipv6" = "no" && \
         echo "    IPv6 support (--enable-ipv6)"
index 56711800c6da05a2009016e1d1cbac5a7bbcddb4..95b219232c2de0d513580a4a9440e9c4a68f8dd3 100644 (file)
@@ -3741,7 +3741,7 @@ test "$want_symtable" = "minimal" && \
     echo "    Use symbol table for backtrace, named only (--enable-symtable)"
 test "$want_symtable" = "yes" -o "$want_symtable" = "all" && \
     echo "    Use symbol table for backtrace, all binaries (--enable-symtable=all)"
-test "$use_pkcs11" = "no" || echo "    PKCS#11/Cryptoki support (--with-pks11)"
+test "$use_pkcs11" = "no" || echo "    PKCS#11/Cryptoki support (--with-pkcs11)"
 
 
 # these lines are only printed if run with --enable-full-report 
@@ -3785,7 +3785,7 @@ test "$enable_filter" = "yes" || \
 test "$use_gssapi" = "no" && echo "    GSS-API (--with-gssapi)"
 test "$want_backtrace" = "yes" || \
     echo "    Print backtrace on crash (--enable-backtrace)"
-test "$use_pkcs11" = "no" && echo "    PKCS#11/Cryptoki support (--with-pks11)"
+test "$use_pkcs11" = "no" && echo "    PKCS#11/Cryptoki support (--with-pkcs11)"
 
 test "$enable_ipv6" = "no" -o "$found_ipv6" = "no" && \
         echo "    IPv6 support (--enable-ipv6)"