]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Match also gnu* for GNU/Hurd on the glibc ABI selection
authorGuillem Jover <guillem@hadrons.org>
Wed, 6 Mar 2024 01:12:56 +0000 (02:12 +0100)
committerGuillem Jover <guillem@hadrons.org>
Wed, 6 Mar 2024 01:22:04 +0000 (02:22 +0100)
commit9cbd935d92d1d5cd72af3c59bb933efa706441b0
treeb80df9f8f7184a30a18eb734506756b96c294a66
parent70f49a7028adac9ee7e336d8f3b1c16b6636caa6
build: Match also gnu* for GNU/Hurd on the glibc ABI selection

The GNU/Hurd system does not specify a kernel part, so we need to match
on both *-gnu* and gnu* (to avoid overmatching with just *gnu*).
configure.ac