X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstrtoll.m4;h=53cbed21338c7ee006b915a902e5eb31730e212a;hb=4bb97a4bd289fd0c917764399570b0d68fd9a612;hp=76f80654907b819bb0b86a43b2aade99ce25bb3e;hpb=44d7c1c1f004fa9bfb8ec3948de2671a7958cf5b;p=gnulib.git diff --git a/m4/strtoll.m4 b/m4/strtoll.m4 index 76f806549..53cbed213 100644 --- a/m4/strtoll.m4 +++ b/m4/strtoll.m4 @@ -1,5 +1,5 @@ -# strtoll.m4 serial 3 -dnl Copyright (C) 2002, 2004 Free Software Foundation, Inc. +# strtoll.m4 serial 4 +dnl Copyright (C) 2002, 2004, 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -7,9 +7,9 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_STRTOLL], [ dnl We don't need (and can't compile) the replacement strtoll - dnl unless the type 'long long' exists. - AC_REQUIRE([gl_AC_TYPE_LONG_LONG]) - if test "$ac_cv_type_long_long" = yes; then + dnl unless the type 'long long int' exists. + AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) + if test "$ac_cv_type_long_long_int" = yes; then AC_REPLACE_FUNCS(strtoll) if test $ac_cv_func_strtoll = no; then gl_PREREQ_STRTOLL