mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
`stage' was accidently included in a previous patch.
Initiate its autoconfiscation. * configure.in: Look for malloc.h and sys/times.h. * src/main.c (stage): Adjust. Report only when trace_flag.
This commit is contained in:
@@ -78,7 +78,8 @@ AC_DEFINE([_GNU_SOURCE],1,[Define to 1 for GNU C library extensions.])
|
||||
|
||||
# Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
AC_CHECK_HEADERS(ctype.h locale.h memory.h stdlib.h string.h unistd.h)
|
||||
AC_CHECK_HEADERS([ctype.h locale.h malloc.h memory.h stdlib.h string.h \
|
||||
sys/times.h unistd.h])
|
||||
|
||||
|
||||
# Checks for compiler characteristics.
|
||||
|
||||
Reference in New Issue
Block a user