From 2cc7823212ad5c077bdb1978f117dbdb99153113 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 28 Jul 2004 06:58:09 +0000 Subject: [PATCH] Check for declaration of strtoumax, for src/printf.c. --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f4222317b6..592f3179e2 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ]) +# For src/kill.c and src/printf.c. +AC_CHECK_DECLS([strtoimax, strtoumax]) + gl_LIB_CHECK AM_GNU_GETTEXT([external], [need-ngettext]) -- 2.47.2