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/03/27 13:39:03 UTC

svn commit: r1908749 - /apr/apr/trunk/build/crypto.m4

Author: ylavic
Date: Mon Mar 27 13:39:03 2023
New Revision: 1908749

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

Modified:
    apr/apr/trunk/build/crypto.m4

Modified: apr/apr/trunk/build/crypto.m4
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/crypto.m4?rev=1908749&r1=1908748&r2=1908749&view=diff
==============================================================================
--- apr/apr/trunk/build/crypto.m4 (original)
+++ apr/apr/trunk/build/crypto.m4 Mon Mar 27 13:39:03 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
       fi
     fi