]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit9c63b7de92942a5402dd434dcc597a9bb50f269b
tree385a58fce2970fee2d644506aa867012b6342e89
parent56d4052942b30f1f10afaf637a35bc41247b5d12
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