]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Move ABI selection at the top of configure.ac
authorGuillem Jover <guillem@hadrons.org>
Tue, 20 Feb 2024 03:13:59 +0000 (04:13 +0100)
committerGuillem Jover <guillem@hadrons.org>
Wed, 21 Feb 2024 01:25:21 +0000 (02:25 +0100)
commit1d287295146a719585b6c92a57e283ee8bc169a3
tree9c9ec9e74c61708bddf5b0a42c95a631d50ae4ee
parenta81d0b711354a9eb2621d67d3a47c2ae5cf33b9e
build: Move ABI selection at the top of configure.ac

Merge the existing host_os block for the OS detection with the ABI
selection one, as these are related. This way we will be able to make
some of the latter checks conditional on the selected ABI.
configure.ac