mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-17 05:45:25 +08:00
(AM_FUNC_GETLINE): Run this test.
(AC_CHECK_FUNCS): Check for getdelim.
This commit is contained in:
parent
a6fcc4893f
commit
7a3247e23b
@ -55,6 +55,11 @@ AC_DEFUN(jm_MACROS,
|
||||
dnl ...: warning: AC_TRY_RUN called without default to allow cross compiling
|
||||
AC_FUNC_SETVBUF_REVERSED
|
||||
|
||||
AM_FUNC_GETLINE
|
||||
if test $am_cv_func_working_getline != yes; then
|
||||
AC_CHECK_FUNCS(getdelim)
|
||||
fi
|
||||
|
||||
])
|
||||
|
||||
AC_DEFUN(jm_CHECK_ALL_TYPES,
|
||||
|
Loading…
Reference in New Issue
Block a user