Skip to content

Commit 2b2869b

Browse files
committed
merge bitcoin#26825: remove already tested headers from AC_CHECK_HEADERS
1 parent e9d23b3 commit 2b2869b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ if test x$TARGET_OS = xdarwin; then
10351035
AX_CHECK_LINK_FLAG([[-Wl,-fixup_chains]], [HARDENED_LDFLAGS="$HARDENED_LDFLAGS -Wl,-fixup_chains"], [], [[$LDFLAG_WERROR]])
10361036
fi
10371037

1038-
AC_CHECK_HEADERS([endian.h sys/endian.h byteswap.h unistd.h sys/types.h sys/stat.h sys/select.h sys/prctl.h sys/sysctl.h vm/vm_param.h sys/vmmeter.h sys/resources.h])
1038+
AC_CHECK_HEADERS([endian.h sys/endian.h byteswap.h sys/select.h sys/prctl.h sys/sysctl.h vm/vm_param.h sys/vmmeter.h sys/resources.h])
10391039

10401040
AC_CHECK_DECLS([getifaddrs, freeifaddrs],[CHECK_SOCKET],,
10411041
[#include <sys/types.h>

0 commit comments

Comments
 (0)