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 47bb729e..0d8446d2 100644
--- a/build/crypto.m4
+++ b/build/crypto.m4
@@ -107,6 +107,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, AC_CHECK_LIB(ssl, SSL_accept, [openssl_have_libs=1],,-lcrypto))
if test "$openssl_have_headers" = "1" && test "$openssl_have_libs" = "1"; then
+ APR_ADDTO(INCLUDES, [$openssl_CPPFLAGS])
apu_have_openssl=1
APR_ADDTO(APRUTIL_INCLUDES, [$openssl_CPPFLAGS])
APR_ADDTO(APRUTIL_LDFLAGS, [$openssl_LDFLAGS])