Author: rjung Date: Sun Dec 18 13:35:39 2011 New Revision: 1220395 URL: http://svn.apache.org/viewvc?rev=1220395&view=rev Log: Fix "test" syntax introduced in r1214516. Modified: apr/apr/trunk/build/crypto.m4 Modified: apr/apr/trunk/build/crypto.m4 URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/crypto.m4?rev=1220395&r1=1220394&r2=1220395&view=diff ============================================================================== --- apr/apr/trunk/build/crypto.m4 (original) +++ apr/apr/trunk/build/crypto.m4 Sun Dec 18 13:35:39 2011 @@ -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