diff options
author | Joe Orton <jorton@apache.org> | 2017-11-28 10:31:00 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2017-11-28 10:31:00 +0100 |
commit | df2cdee6e85a15c2be1c701e8a764527aed5b85b (patch) | |
tree | 6e3931910080f8f381a1777fcf2c86c6c8e0f35f /acinclude.m4 | |
parent | * build/config_vars.sh.in: Trim more variables from installed config_vars.mk. (diff) | |
download | apache2-df2cdee6e85a15c2be1c701e8a764527aed5b85b.tar.xz apache2-df2cdee6e85a15c2be1c701e8a764527aed5b85b.zip |
* support/Makefile.in, acinclude.m4: Add OpenSSL libraries at the end of the
ab link line, not the start.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816534 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 336f5ab697..46c98d3ee7 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -600,9 +600,9 @@ AC_DEFUN([APACHE_CHECK_OPENSSL],[ ap_openssl_libs="${ap_openssl_libs:--lssl -lcrypto} `$apr_config --libs`" APR_ADDTO(MOD_LDFLAGS, [$ap_openssl_libs]) APR_ADDTO(LIBS, [$ap_openssl_libs]) - APR_SETVAR(ab_LDFLAGS, [$MOD_LDFLAGS]) + APR_SETVAR(ab_LIBS, [$MOD_LDFLAGS]) APACHE_SUBST(ab_CFLAGS) - APACHE_SUBST(ab_LDFLAGS) + APACHE_SUBST(ab_LIBS) dnl Run library and function checks liberrors="" |