mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-08 09:03:23 +08:00
(jm_MACROS): Require UTILS_SYS_OPEN_MAX.
This commit is contained in:
parent
5acb27d993
commit
8323669455
@ -1,4 +1,4 @@
|
||||
#serial 57 -*- autoconf -*-
|
||||
#serial 58 -*- autoconf -*-
|
||||
|
||||
dnl Misc type-related macros for fileutils, sh-utils, textutils.
|
||||
|
||||
@ -168,6 +168,7 @@ AC_DEFUN([jm_MACROS],
|
||||
AC_FUNC_OBSTACK
|
||||
|
||||
AC_FUNC_STRTOD
|
||||
AC_REQUIRE([UTILS_SYS_OPEN_MAX])
|
||||
|
||||
# See if linking `seq' requires -lm.
|
||||
# It does on nearly every system. The single exception (so far) is
|
||||
|
Loading…
Reference in New Issue
Block a user