diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-06 09:55:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-06 09:55:03 +0000 |
commit | 2845214164f04017611142c95b276023e4bb0eca (patch) | |
tree | 3be0cb3315e6410afce034224b3b787aabb8b869 /m4 | |
parent | 6b8102a1807ac9e4df12730910d5c9848000e4ed (diff) | |
download | coreutils-2845214164f04017611142c95b276023e4bb0eca.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r-- | m4/xstrtoumax.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/xstrtoumax.m4 b/m4/xstrtoumax.m4 index a5a06eb52..6e2fcafe7 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 |