From f20847f2296271a8efab1f5013e3b96259a99dc6 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 26 Feb 2018 14:28:17 -0500 Subject: [PATCH] configure.ac: add limits.h to the AC_CHECK_HEADERS list. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b3afe4a..dd028ff 100644 --- a/configure.ac +++ b/configure.ac @@ -18,8 +18,8 @@ AC_HEADER_STDC # stdlib.h string.h (implied: errno.h limits.h stdio.h) AC_TYPE_MODE_T # Check for header files not covered by the predefined macros above. -AC_CHECK_HEADERS([ fcntl.h ftw.h getopt.h libgen.h sys/acl.h sys/libacl.h ]) -AC_CHECK_HEADERS([ sys/types.h unistd.h ]) +AC_CHECK_HEADERS([ fcntl.h ftw.h getopt.h libgen.h limits.h sys/acl.h ]) +AC_CHECK_HEADERS([ sys/libacl.h sys/types.h unistd.h ]) LT_INIT -- 2.43.2