Check for declaration of strtoumax, for src/printf.c.

This commit is contained in:
Paul Eggert 2004-07-28 06:58:09 +00:00
parent 62824b327f
commit 2cc7823212

View File

@ -225,11 +225,13 @@ if test $jm_cv_sys_tiocgwinsz_needs_termios_h = no && \
fi
# For src/kill.c.
AC_CHECK_DECLS([strtoimax])
AC_CHECK_DECLS([strsignal, sys_siglist, _sys_siglist, __sys_siglist], , ,
[AC_INCLUDES_DEFAULT
#include <signal.h>])
# For src/kill.c and src/printf.c.
AC_CHECK_DECLS([strtoimax, strtoumax])
gl_LIB_CHECK
AM_GNU_GETTEXT([external], [need-ngettext])