From: Jim Meyering Date: Wed, 6 Dec 2000 09:55:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_8~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2845214164f04017611142c95b276023e4bb0eca;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/xstrtoumax.m4 b/m4/xstrtoumax.m4 index a5a06eb52b..6e2fcafe74 100644 --- a/m4/xstrtoumax.m4 +++ b/m4/xstrtoumax.m4 @@ -28,8 +28,7 @@ AC_DEFUN(jm_AC_PREREQ_XSTRTOUMAX, dnl so we need the replacement strtoull only if strtoumax does not exist. case "$ac_cv_type_unsigned_long_long,$jm_cv_func_strtoumax_macro,$ac_cv_func_strtoumax" in yes,no,no) - AC_REPLACE_FUNCS(strtoul) - AC_REPLACE_FUNCS(strtoull) + AC_REPLACE_FUNCS(strtoul strtoull) ;; esac