Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
826426b5
Commit
826426b5
authored
Jan 19, 2014
by
Evan Hunt
Browse files
[master] missing 'test'
parent
dfd5f3b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
826426b5
...
...
@@ -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" ||
...
...
configure.in
View file @
826426b5
...
...
@@ -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" ||
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment