]> 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)
committerAmos Jeffries <yadij@users.noreply.github.com>
Fri, 31 Jan 2025 07:52:27 +0000 (20:52 +1300)
commitf48be6ed5012173c50c7c904c0d48121caaec298
tree3d33a40ccf42a586468318e0f1f8984e5ea9eb29
parentf90523e112f1196606593dac6cca2b594a2f8aa5
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