From: Christos Zoulas Date: Sun, 3 Mar 2019 02:44:32 +0000 (+0000) Subject: - stdint.h was checked twice (duplicated check removed) X-Git-Tag: FILE5_37~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45dd0a4bb8fc034aaa8993adc5c1c7707dd20b74;p=file - stdint.h was checked twice (duplicated check removed) - stddef.h and limits.h are part of the C89+ standard (symbols in code have already been fixed and removed). (Peter Kokot) --- diff --git a/configure.ac b/configure.ac index b0e02bf7..07e76047 100644 --- a/configure.ac +++ b/configure.ac @@ -90,8 +90,8 @@ dnl Checks for headers AC_HEADER_STDC AC_HEADER_MAJOR AC_HEADER_SYS_WAIT -AC_CHECK_HEADERS(stdint.h fcntl.h stdint.h inttypes.h unistd.h) -AC_CHECK_HEADERS(stddef.h utime.h wchar.h wctype.h limits.h) +AC_CHECK_HEADERS(stdint.h fcntl.h inttypes.h unistd.h) +AC_CHECK_HEADERS(utime.h wchar.h wctype.h) AC_CHECK_HEADERS(getopt.h err.h xlocale.h) AC_CHECK_HEADERS(sys/mman.h sys/stat.h sys/types.h sys/utime.h sys/time.h) if test "$enable_zlib" != "no"; then