]> granicus.if.org Git - apache/commit
* Since r1724820 two modules, mod_http2 and mod_ssl, call APACHE_CHECK_OPENSSL,
authorRuediger Pluem <rpluem@apache.org>
Mon, 18 Jan 2016 19:21:16 +0000 (19:21 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 18 Jan 2016 19:21:16 +0000 (19:21 +0000)
commite1fa09b0477809e5176d149c17d8b6e418689dde
tree46e86e4661ab6e80209e511421e53b077e1af459
parentb144cac20058de873522b3688772956a9d94b85a
* Since r1724820 two modules, mod_http2 and mod_ssl, call APACHE_CHECK_OPENSSL,
  with mod_http2 doing it first. Because the result of APACHE_CHECK_OPENSSL
  is cached this causes MOD_LDFLAGS and MOD_CFLAGS to remain unset for mod_ssl
  which in turn causes it not to be linked against Openssl which means that
  mod_ssl cannot be loaded if the Openssl libs haven't been loaded by other means
  already.
  Fix this by caching the values for MOD_LDFLAGS and MOD_CFLAGS created during
  the first run and set them in the cached case.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725325 13f79535-47bb-0310-9956-ffa450edef68
acinclude.m4