From 849e998ac6c959429ee279a79ee1e5be5d9e7024 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 3 Aug 2004 23:31:22 +0000 Subject: It is possible to have struct timeval but not gettimeofday. svn:r2125 --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index d04f5ce29..bdd43ed1f 100644 --- a/configure.in +++ b/configure.in @@ -148,6 +148,8 @@ AC_CHECK_HEADERS(stdint.h sys/types.h inttypes.h sys/param.h sys/wait.h sys/limi AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime) AC_REPLACE_FUNCS(strlcat strlcpy) +AC_CHECK_MEMBERS([struct timeval.tv_sec]) + dnl In case we aren't given a working stdint.h, we'll need to grow our own. dnl Watch out. -- cgit v1.2.3