From: Justin Erenkrantz Date: Mon, 31 Mar 2003 21:19:07 +0000 (+0000) Subject: Fix tpyo in APACHE_CHECK_SSL_TOOLKIT for ap_platform_runtime_link_flag case. X-Git-Tag: pre_ajp_proxy~1940 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5382f453f0cd9b9b6a92efebda43dae6db0314f7;p=thirdparty%2Fapache%2Fhttpd.git Fix tpyo in APACHE_CHECK_SSL_TOOLKIT for ap_platform_runtime_link_flag case. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99149 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index feb2683e95f..ca885ec16f6 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -421,7 +421,7 @@ if test "x$ap_ssltk_configured" = "x"; then if test "x$ap_ssltk_lib" != "x"; then APR_ADDTO(LDFLAGS, ["-L$ap_ssltk_lib"]) if test "x$ap_platform_runtime_link_flag" != "x"; then - APR_ADDTO(LDFLAGS, ["$ap_platform_runtime_link_flag$ap_ssltk_libdir"]) + APR_ADDTO(LDFLAGS, ["$ap_platform_runtime_link_flag$ap_ssltk_lib"]) fi fi dnl (d) add "-lssl -lcrypto" OR "-lsslc" to LIBS because restoring LIBS