You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2003/03/31 23:19:08 UTC

cvs commit: httpd-2.0 acinclude.m4

jerenkrantz    2003/03/31 13:19:08

  Modified:    .        acinclude.m4
  Log:
  Fix tpyo in APACHE_CHECK_SSL_TOOLKIT for ap_platform_runtime_link_flag case.
  
  Revision  Changes    Path
  1.139     +1 -1      httpd-2.0/acinclude.m4
  
  Index: acinclude.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/acinclude.m4,v
  retrieving revision 1.138
  retrieving revision 1.139
  diff -u -u -r1.138 -r1.139
  --- acinclude.m4	13 Mar 2003 20:42:06 -0000	1.138
  +++ acinclude.m4	31 Mar 2003 21:19:07 -0000	1.139
  @@ -421,7 +421,7 @@
     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