]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Make digest function checks conditional on their use
authorGuillem Jover <guillem@hadrons.org>
Tue, 20 Feb 2024 03:28:01 +0000 (04:28 +0100)
committerGuillem Jover <guillem@hadrons.org>
Wed, 21 Feb 2024 01:25:24 +0000 (02:25 +0100)
commitde124dcafac678351366b0572938398ea7ae93e4
tree429698386bbe44b870792d4e82f01a719b700a38
parent1d287295146a719585b6c92a57e283ee8bc169a3
build: Make digest function checks conditional on their use

The digest function checks where unconditionally requiring the functions
to exist or they would error out. But these functions are not required
on all systems, they depend on the ABI to be exposed.
configure.ac