]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: fix LIBCRYPTO_SONAME value with config cache
authorGrisha Levit <grishalevit@gmail.com>
Fri, 7 Feb 2025 01:56:46 +0000 (20:56 -0500)
committerPádraig Brady <P@draigBrady.com>
Wed, 26 Feb 2025 15:53:36 +0000 (15:53 +0000)
commitafc41505e995c0d15ccbdb331e1079f8d558749c
tree04d436d15727cf33189044ebbcf562038d518403
parent24450e5eecf012bc1ea8cab8d677a45fa42c1778
build: fix LIBCRYPTO_SONAME value with config cache

* configure.ac (LIBCRYPTO_SONAME): Store library name in cache so we
do not end up with an empty value for it when a cache file is used.
The configure variable name is changed from utils_cv_dlopen_libcrypto
to utils_cv_libcrypto_soname.
configure.ac