From: Evan Hunt Date: Sun, 19 Jan 2014 08:27:37 +0000 (-0800) Subject: [master] missing 'test' X-Git-Tag: v9.10.0a2~59 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=826426b5eef03146a3c3032677ef648aff33cb44;p=thirdparty%2Fbind9.git [master] missing 'test' --- diff --git a/configure b/configure index ab116e6ce37..e34f59d701d 100755 --- a/configure +++ b/configure @@ -23769,7 +23769,7 @@ test "$enable_fixed" = "yes" || \ if test "X$CRYPTO" = "X" -o "$want_native_pkcs11" = "yes" then echo " OpenSSL cryptography/DNSSEC (--with-openssl)" -elif "$use_pkcs11" = "no"; then +elif test "$use_pkcs11" = "no"; then echo " PKCS#11/Cryptoki support (--with-pkcs11)" fi test "$want_native_pkcs11" = "yes" || diff --git a/configure.in b/configure.in index 54c6a4204ef..c92ad47c9b8 100644 --- a/configure.in +++ b/configure.in @@ -4204,7 +4204,7 @@ test "$enable_fixed" = "yes" || \ if test "X$CRYPTO" = "X" -o "$want_native_pkcs11" = "yes" then echo " OpenSSL cryptography/DNSSEC (--with-openssl)" -elif "$use_pkcs11" = "no"; then +elif test "$use_pkcs11" = "no"; then echo " PKCS#11/Cryptoki support (--with-pkcs11)" fi test "$want_native_pkcs11" = "yes" ||