summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2023-04-21 17:30:20 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2023-04-21 17:30:20 +0000
commitd8d0b4301e5c5c60d5a956ef38ad3c0585a8f018 (patch)
tree16ae8223541a307c0bba52894b7e2f6b25736603
parent9bf932b3a743532f60c45b130229438a4eb8837c (diff)
downloadlibapr-util-1.6.x.tar.gz
Follow up to r1908503: restore INCLUDES setting.1.6.x
Merges r1908749 from trunk. Merges r1909332 from 1.7.x. Submitted by: ylavic git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.6.x@1909333 13f79535-47bb-0310-9956-ffa450edef68
-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])