From: Paul Eggert Date: Wed, 28 Jul 2004 06:58:09 +0000 (+0000) Subject: Check for declaration of strtoumax, for src/printf.c. X-Git-Tag: v5.3.0~1059 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cc7823212ad5c077bdb1978f117dbdb99153113;p=thirdparty%2Fcoreutils.git Check for declaration of strtoumax, for src/printf.c. --- 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])