aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-09-14 23:27:52 +0000
committerNick Mathewson <nickm@torproject.org>2005-09-14 23:27:52 +0000
commit6973ef9be449dc3a28c6f2e30ebd08ade447d3d6 (patch)
tree8461d308f0956eb799baef34e859f904bf9ea1e3 /configure.in
parentbc0af7046a2d1025a1d7d5c54698841b1a8bee5b (diff)
downloadtor-6973ef9be449dc3a28c6f2e30ebd08ade447d3d6.tar
tor-6973ef9be449dc3a28c6f2e30ebd08ade447d3d6.tar.gz
Add a touch_file() function to compat so we can update cache mtimes.
svn:r5067
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 38b5b3a7d..34718d82e 100644
--- a/configure.in
+++ b/configure.in
@@ -304,7 +304,7 @@ AC_CHECK_HEADERS(zlib.h, , AC_MSG_ERROR(Zlib header (zlib.h) not found. Tor requ
dnl These headers are not essential
-AC_CHECK_HEADERS(stdint.h sys/types.h inttypes.h sys/param.h sys/wait.h sys/limits.h netinet/in.h arpa/inet.h machine/limits.h syslog.h sys/time.h sys/resource.h stddef.h inttypes.h)
+AC_CHECK_HEADERS(stdint.h sys/types.h inttypes.h sys/param.h sys/wait.h sys/limits.h netinet/in.h arpa/inet.h machine/limits.h syslog.h sys/time.h sys/resource.h stddef.h inttypes.h utime.h sys/utime.h)
AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit setrlimit strlcat strlcpy strtoull getpwnam ftello getaddrinfo localtime_r gmtime_r event_get_version event_get_method event_set_log_callback memmem)