X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoumax;h=725f523c25adc16c268b3b25a732b04ceb8dc7fd;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=1d2a15a67380adce7f657f89ef8f98506281db72;hpb=0fd639d16c41dfd4353947fa00bbfa2375e7e845;p=gnulib.git diff --git a/modules/strtoumax b/modules/strtoumax index 1d2a15a67..725f523c2 100644 --- a/modules/strtoumax +++ b/modules/strtoumax @@ -9,13 +9,13 @@ m4/strtoumax.m4 Depends-on: inttypes-incomplete -verify [test $ac_cv_func_strtoumax = no] -stdint [test $ac_cv_func_strtoumax = no] -strtoull [test $ac_cv_func_strtoumax = no && test $ac_cv_type_unsigned_long_long_int = yes] +verify [test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1] +stdint [test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1] +strtoull [{ test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1; } && test $ac_cv_type_unsigned_long_long_int = yes] configure.ac: gl_FUNC_STRTOUMAX -if test $HAVE_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1; then +if test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1; then AC_LIBOBJ([strtoumax]) gl_PREREQ_STRTOUMAX fi