]> granicus.if.org Git - apache/commit
Fix a compile break with the new APR libtool setup. Basically, we are
authorRyan Bloom <rbb@apache.org>
Tue, 9 Jan 2001 19:28:33 +0000 (19:28 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 9 Jan 2001 19:28:33 +0000 (19:28 +0000)
commitb73b51eb4264e501c7e0e419489028069a5a897d
tree385a58fce2970fee2d644506aa867012b6342e89
parent9989f54a792b4848420ed80759c1ffbd1c60304c
Fix a compile break with the new APR libtool setup.  Basically, we are
using a libtool library from MM, but it isn't getting linked into the
Apache executable, so we fail the link stage.  This makes APR
publicize the libtool libraries that it uses, so that Apache can link
them in.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87633 13f79535-47bb-0310-9956-ffa450edef68
configure.in