]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix tpyo in APACHE_CHECK_SSL_TOOLKIT for ap_platform_runtime_link_flag case.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 31 Mar 2003 21:19:07 +0000 (21:19 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 31 Mar 2003 21:19:07 +0000 (21:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99149 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index feb2683e95facab250c768973c6251b94a99f275..ca885ec16f6bc223af3d0aa4abbc30e337682d89 100644 (file)
@@ -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