From 2fb2f900659f54aaaea549b54b68e45f4d3f2f4e Mon Sep 17 00:00:00 2001 From: Curtis Blackburn Date: Wed, 31 Jul 2013 15:12:57 -0500 Subject: [PATCH] [v9_6] corrected a typo in the configure summary [RT #34448] --- configure | 4 ++-- configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 9604f15033..1847e16813 100755 --- a/configure +++ b/configure @@ -21941,7 +21941,7 @@ test "$enable_fixed" = "yes" && \ echo " Fixed RRset order (--enable-fixed-rrset)" test "$atf" = "no" || echo " Automated Testing Framework (--with-atf)" test "$use_gssapi" = "no" || echo " GSS-API (--with-gssapi)" -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 @@ -21977,7 +21977,7 @@ test "$enable_fixed" = "yes" || \ echo " Fixed RRset order (--enable-fixed-rrset)" test "$atf" = "no" && echo " Automated Testing Framework (--with-atf)" test "$use_gssapi" = "no" && echo " GSS-API (--with-gssapi)" -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)" test "X$USE_OPENSSL" = "X" && \ diff --git a/configure.in b/configure.in index 7ae1667f83..8e9e28b641 100644 --- a/configure.in +++ b/configure.in @@ -3196,7 +3196,7 @@ test "$enable_fixed" = "yes" && \ echo " Fixed RRset order (--enable-fixed-rrset)" test "$atf" = "no" || echo " Automated Testing Framework (--with-atf)" test "$use_gssapi" = "no" || echo " GSS-API (--with-gssapi)" -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 @@ -3232,7 +3232,7 @@ test "$enable_fixed" = "yes" || \ echo " Fixed RRset order (--enable-fixed-rrset)" test "$atf" = "no" && echo " Automated Testing Framework (--with-atf)" test "$use_gssapi" = "no" && echo " GSS-API (--with-gssapi)" -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)" test "X$USE_OPENSSL" = "X" && \