]> git.ipfire.org Git - thirdparty/libarchive.git/commit
configure.ac: remove incorrect 4th argument to `AC_CHECK_FUNCS` (#2334)
authorMichał Górny <mgorny@gentoo.org>
Fri, 11 Oct 2024 06:17:01 +0000 (08:17 +0200)
committerMartin Matuska <martin@matuska.de>
Fri, 11 Oct 2024 06:21:00 +0000 (08:21 +0200)
commitac556ec6529b6f99b295f987089688a17557ba66
tree0c7957a534315627301b70dc2280f10efac50d11
parentdbb67cb2a484049ed661d926dac2b350964f6f1b
configure.ac: remove incorrect 4th argument to `AC_CHECK_FUNCS` (#2334)

Remove the incorrect 4th argument from `AC_CHECK_FUNCS` calls. The macro
uses only three arguments, so it was ignored anyway. Furthermore, in at
least once instance it was wrong -- due to a typo in `attr/xatr.h`
header name.

(cherry picked from commit 94da78b0847a6c49b4980a83e53f2b731db2039e)
configure.ac