]> git.ipfire.org Git - thirdparty/squid.git/commit
Drop redundant LIBADD_DL overwrite (#989)
authorAmos Jeffries <yadij@users.noreply.github.com>
Wed, 2 Mar 2022 06:02:32 +0000 (06:02 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 2 Mar 2022 06:02:35 +0000 (06:02 +0000)
commit63a76d3f68cd904951dc07d230b84f3047b01521
tree977301490b175416eb930c409489cdbc0584c62d
parent0b3047784d06d1540cfdc0ea4d753bbe5bf8ff3c
Drop redundant LIBADD_DL overwrite (#989)

The removed code questions whether it is needed.

The answer is no. LIBADD_DL is already set by one of the LT_INIT
macros to the same value we are overwriting it to.

Except, in the case where the user has supplied a custom libdl
location this code broke their build.
configure.ac