]> sjero.net Git - wget/commitdiff
[svn] Don't check strtoimax.
authorhniksic <devnull@localhost>
Tue, 27 Jun 2006 10:56:22 +0000 (03:56 -0700)
committerhniksic <devnull@localhost>
Tue, 27 Jun 2006 10:56:22 +0000 (03:56 -0700)
ChangeLog
configure.in

index a2ba9aa51b6eb02d831c00576f4af04bd0564e3d..6a611134930582e0fa1977d8ecf469c8807af5fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: We're no longer using strtoimax.
+
 2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * configure.in: Check for memrchr.
index 529d16b12bbd2a96c200940f9b9a0197648df080..a402bd820aff8fa3d706bfdb3579d46e08c22030 100644 (file)
@@ -206,7 +206,7 @@ AC_FUNC_ALLOCA
 AC_FUNC_MMAP
 AC_FUNC_FSEEKO
 AC_CHECK_FUNCS(strptime timegm snprintf vsnprintf vasprintf drand48)
-AC_CHECK_FUNCS(strtoll strtoimax usleep ftello sigblock sigsetjmp memrchr)
+AC_CHECK_FUNCS(strtoll usleep ftello sigblock sigsetjmp memrchr)
 
 dnl We expect to have these functions on Unix-like systems configure
 dnl runs on.  The defines are provided to get them in config.h.in so