summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2023-03-27 13:39:03 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2023-03-27 13:39:03 +0000
commit37d2d6d1bff6178c9cd2139c0efa1a9657a86894 (patch)
tree74bec77a9a454dc251cf7684678eb663422175a7
parent055bff640d81232d9cc24f28e52096a214773aa5 (diff)
downloadlibapr-37d2d6d1bff6178c9cd2139c0efa1a9657a86894.tar.gz
Follow up to r1908503: restore INCLUDES setting.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1908749 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 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