Require AC_SYS_MMAP_STACK.

This commit is contained in:
Jim Meyering 2003-02-15 22:29:52 +00:00
parent 434cd73a81
commit fa6fd21580

View File

@ -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)