mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Don't check strtoimax.
This commit is contained in:
parent
ce272c7608
commit
79f66dfd15
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user