mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-03 14:43:22 +08:00
Require AC_SYS_MMAP_STACK.
This commit is contained in:
parent
434cd73a81
commit
fa6fd21580
@ -61,6 +61,7 @@ AC_DEFUN([jm_MACROS],
|
||||
AC_REQUIRE([jm_FUNC_GNU_STRFTIME])
|
||||
AC_REQUIRE([jm_FUNC_MKTIME])
|
||||
AC_REQUIRE([jm_FUNC_FPENDING])
|
||||
AC_REQUIRE([AC_SYS_MMAP_STACK])
|
||||
|
||||
# This is for od and stat, and any other program that
|
||||
# uses the PRI.MAX macros from inttypes.h.
|
||||
@ -161,6 +162,9 @@ AC_DEFUN([jm_MACROS],
|
||||
tzset \
|
||||
)
|
||||
|
||||
# for test.c
|
||||
AC_CHECK_FUNCS(setreuid setregid)
|
||||
|
||||
AM_FUNC_GETLINE
|
||||
if test $am_cv_func_working_getline != yes; then
|
||||
AC_CHECK_FUNCS(getdelim)
|
||||
|
Loading…
Reference in New Issue
Block a user