summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johnson <johnson.peter@gmail.com>2021-07-09 16:02:37 -0500
committerGitHub <noreply@github.com>2021-07-09 14:02:37 -0700
commit3e74376b5653102a3957f59005969fcdbbe5a89d (patch)
tree68907abee1166dd52d6d57ae44d6f18f3772be2e
parentf01afb6b5109bce276211e8d64d7c8bde6b71452 (diff)
downloadyasm-3e74376b5653102a3957f59005969fcdbbe5a89d.tar.gz
Do not use AC_HEADER_STDC (#178)
This fixes compatibility with autotools 2.70+
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 01b61097..2823ecd7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,14 +101,8 @@ AM_WITH_DMALLOC
#
# Checks for header files.
#
-AC_HEADER_STDC
AC_CHECK_HEADERS([strings.h libgen.h unistd.h direct.h sys/stat.h])
-# REQUIRE standard C headers
-if test "$ac_cv_header_stdc" != yes; then
- AC_MSG_ERROR([Standard (ANSI/ISO C89) header files are required.])
-fi
-
#
# Checks for typedefs, structures, and compiler characteristics.
#