You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by yl...@apache.org on 2023/04/21 17:29:40 UTC

svn commit: r1909332 - in /apr/apr-util/branches/1.7.x: ./ build/crypto.m4

Author: ylavic
Date: Fri Apr 21 17:29:40 2023
New Revision: 1909332

URL: http://svn.apache.org/viewvc?rev=1909332&view=rev
Log:
Follow up to r1908503: restore INCLUDES setting.

Merges r1908749 from trunk.
Submitted by: ylavic

Modified:
    apr/apr-util/branches/1.7.x/   (props changed)
    apr/apr-util/branches/1.7.x/build/crypto.m4

Propchange: apr/apr-util/branches/1.7.x/
------------------------------------------------------------------------------
  Merged /apr/apr/trunk:r1908749

Modified: apr/apr-util/branches/1.7.x/build/crypto.m4
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/build/crypto.m4?rev=1909332&r1=1909331&r2=1909332&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/build/crypto.m4 (original)
+++ apr/apr-util/branches/1.7.x/build/crypto.m4 Fri Apr 21 17:29:40 2023
@@ -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
         APR_ADDTO(APRUTIL_INCLUDES, [$openssl_CPPFLAGS])
         APR_ADDTO(APRUTIL_LDFLAGS, [$openssl_LDFLAGS])