summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2011-12-18 13:38:56 +0000
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2011-12-18 13:38:56 +0000
commit7fe7b570aea2abeb097013a5056cf37d8131f2dc (patch)
treee652185e87bce6b6ca1800c0686a62e160d7579d
parentc39fc08a90bd1d42967b37ed287ec786055cf9b6 (diff)
downloadlibapr-util-7fe7b570aea2abeb097013a5056cf37d8131f2dc.tar.gz
Fix "test" syntax introduced in r1214531.
Backport of r1220395 from apr trunk resp. r1220397 from apr-util 1.5.x. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.4.x@1220399 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/crypto.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/crypto.m4 b/build/crypto.m4
index 89e4bade..74616633 100644
--- a/build/crypto.m4
+++ b/build/crypto.m4
@@ -34,7 +34,7 @@ AC_DEFUN([APU_CHECK_CRYPTO], [
APU_CHECK_CRYPTO_OPENSSL
APU_CHECK_CRYPTO_NSS
dnl add checks for other varieties of ssl here
- if test "$apu_have_crypto" == "0"; then
+ if test "$apu_have_crypto" = "0"; then
AC_ERROR(Crypto was requested but no crypto library was enabled)
fi
fi