summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2021-01-01 18:51:32 -0800
committerKevin McCarthy <kevin@8t8.us>2021-01-03 13:00:29 -0800
commite4a8abe80f7c3dfc06da1e4bf2cb1d607cae60fc (patch)
tree893f60571d2c52afe59073a3cd1c95da53bcb2ce /configure.ac
parent475e800f7df5c2b87cf7af52edcd02d7615b7401 (diff)
Remove obsolete AC_HEADER_STDC and STDC_HEADERS checks.
The autoconf macro is obsolete in 2.70. Also, we now assume at least C99 so there is no point in checking for ANSI C89 header files. Fix up code to assume STDC_HEADERS is always true, removing the reference to it at the same time.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5069d6dd..9668b77e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -367,8 +367,6 @@ main ()
LIBS="$old_LIBS"
])
-AC_HEADER_STDC
-
AC_CHECK_HEADERS(stdarg.h sys/ioctl.h ioctl.h sysexits.h)
AC_CHECK_HEADERS(sys/time.h sys/resource.h)
AC_CHECK_HEADERS(unix.h)