]> granicus.if.org Git - apache/commit
Get FreeBSD 3.4 building again. It doesn't have lib dl, so the build
authorJeff Trawick <trawick@apache.org>
Sat, 10 Jun 2000 18:20:35 +0000 (18:20 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 10 Jun 2000 18:20:35 +0000 (18:20 +0000)
commitfe6fe52a8cb519afeae2c09572a93818b9bc81b5
treedd576378d554dd0cdc078646d13c9b39ec9e2e3e
parentba532e1de1f172dce61da34872ad00d8bb721ac1
Get FreeBSD 3.4 building again.  It doesn't have lib dl, so the build
was broken as of the time we started always sticking in -ldl.

src/modules/standard/config.m4:

. don't add "-ldl" to LIBS for FreeBSD either
. back out previous change regarding LTFLAGS; it should be o.k.
  to add it for any platform, because libtool knows what to do with
  it (no, Greg A., I haven't added support for it to OS/390 libtool
  yet :) )

src/lib/apr/configure.in:

. if dlopen() isn't found in lib dl, don't fret (yet); try to find
  it in the default libraries;

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