changeset 3031:8296978b48cf

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Wed, 06 Dec 2000 09:55:03 +0000
parents a5643c597857
children 69f86f70a1e3
files m4/xstrtoumax.m4
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/xstrtoumax.m4
+++ b/m4/xstrtoumax.m4
@@ -28,8 +28,7 @@
   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