]> granicus.if.org Git - file/commitdiff
- stdint.h was checked twice (duplicated check removed)
authorChristos Zoulas <christos@zoulas.com>
Sun, 3 Mar 2019 02:44:32 +0000 (02:44 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sun, 3 Mar 2019 02:44:32 +0000 (02:44 +0000)
- stddef.h and limits.h are part of the C89+ standard (symbols in code
  have already been fixed and removed).
(Peter Kokot)

configure.ac

index b0e02bf7cda817521b3309987849065940a01f30..07e76047d73122545c6a312ea20d72bc1f0f2197 100644 (file)
@@ -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