]> granicus.if.org Git - apache/commit
Remove the ability to enable/disable DSO support in APR. The only current
authorRyan Bloom <rbb@apache.org>
Mon, 5 Jun 2000 23:14:35 +0000 (23:14 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 5 Jun 2000 23:14:35 +0000 (23:14 +0000)
commit1b9c484776a12b8cfb02beeaff584b3aafa5af2b
tree5fda70bf172e9ee86a9ac1cdc2c72bfba7f2e8c0
parent150c8bcd647595bad144b44536a274f20cf216f2
Remove the ability to enable/disable DSO support in APR.  The only current
way to check for DSO support is to look for libdl.  Apache automatically
adds -ldl to it's LIBS flag from config.m4 in modules/standard.  Other
platforms will need to add the correct flag for their system.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85432 13f79535-47bb-0310-9956-ffa450edef68
modules/aaa/config.m4