From 79f66dfd1537edc79cead657d171018c85c05425 Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 27 Jun 2006 03:56:22 -0700 Subject: [PATCH] [svn] Don't check strtoimax. --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a2ba9aa5..6a611134 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-27 Hrvoje Niksic + + * configure.in: We're no longer using strtoimax. + 2006-02-28 Hrvoje Niksic * configure.in: Check for memrchr. diff --git a/configure.in b/configure.in index 529d16b1..a402bd82 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.2