mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Do not use AC_HEADER_STDC (#178)
This fixes compatibility with autotools 2.70+
This commit is contained in:
parent
f01afb6b51
commit
3e74376b56
1 changed files with 0 additions and 6 deletions
|
|
@ -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.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue