]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] missing 'test'
authorEvan Hunt <each@isc.org>
Sun, 19 Jan 2014 08:27:37 +0000 (00:27 -0800)
committerEvan Hunt <each@isc.org>
Sun, 19 Jan 2014 08:27:37 +0000 (00:27 -0800)
configure
configure.in

index ab116e6ce3791fa15926899c034af28ab935fd84..e34f59d701dab2a34a27951a1f5c9add16f76009 100755 (executable)
--- 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" ||
index 54c6a4204ef115fec25609364d11998a0d17b937..c92ad47c9b8ee7d2fab2d2d625ba2a67aafa58dc 100644 (file)
@@ -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" ||