summaryrefslogtreecommitdiff
path: root/build/crypto.m4
diff options
context:
space:
mode:
Diffstat (limited to 'build/crypto.m4')
-rw-r--r--build/crypto.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/build/crypto.m4 b/build/crypto.m4
index e99e7010b..4cd159492 100644
--- a/build/crypto.m4
+++ b/build/crypto.m4
@@ -113,6 +113,7 @@ AC_DEFUN([APU_CHECK_CRYPTO_OPENSSL], [
AC_CHECK_HEADERS(openssl/x509.h, [openssl_have_headers=1])
AC_CHECK_LIB(crypto, EVP_CIPHER_CTX_new, openssl_have_libs=1)
if test "$openssl_have_headers" = "1" && test "$openssl_have_libs" = "1"; then
+ APR_ADDTO(INCLUDES, [$openssl_CPPFLAGS])
apu_have_openssl=1
fi
fi