sort: make the startup time optimization effective on glibc < 2.34
commitdf5fa309c2c8188da64b123488351d11002587bd
authorBruno Haible <bruno@clisp.org>
Tue, 27 Feb 2024 11:12:59 +0000 (27 12:12 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 27 Feb 2024 13:39:06 +0000 (27 13:39 +0000)
tree563155fa8363bbc15b8cbdddf3655887b629a6c5
parent45411e3fc609220e707dff9da1dbd749de0fff5a
sort: make the startup time optimization effective on glibc < 2.34

* configure.ac: Test where to find the dlopen function. Set LIB_DL.
Use it in the DLOPEN_LIBCRYPTO test.
* src/local.mk (src_sort_LDADD): Add $(LIB_DL).
configure.ac
src/local.mk