]> 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)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2024 06:17:01 +0000 (08:17 +0200)
commit94da78b0847a6c49b4980a83e53f2b731db2039e
treed95475c42c398276b8d5feaabce8a8fa0e45fc21
parent565b5aea491671ae33df1ca63697c10d54c00165
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.
configure.ac