]> git.ipfire.org Git - thirdparty/squid.git/commit
Portability: remove explicit check for libdl (#1963)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Mon, 16 Dec 2024 14:49:55 +0000 (14:49 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 16 Dec 2024 16:54:29 +0000 (16:54 +0000)
commit8b3185859bdc743482c78c1297f2b9e87b53b0cf
treee8ee021663d44f67176d4d6b8c8c9e48a6ee04df
parente9eb59001897df446a89dfaf849554798b65c967
Portability: remove explicit check for libdl (#1963)

OpenBSD does not have libdl, as it has dlopen() in libc.
It is not really needed, and force-requiring the presence of libdl
causes ./configure to fail on openbsd:

    checking for dlopen in -ldl... no
    configure: error: Required library 'dl' not found
configure.ac