diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-14 23:27:52 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-14 23:27:52 +0000 |
commit | 6973ef9be449dc3a28c6f2e30ebd08ade447d3d6 (patch) | |
tree | 8461d308f0956eb799baef34e859f904bf9ea1e3 /configure.in | |
parent | bc0af7046a2d1025a1d7d5c54698841b1a8bee5b (diff) | |
download | tor-6973ef9be449dc3a28c6f2e30ebd08ade447d3d6.tar.gz tor-6973ef9be449dc3a28c6f2e30ebd08ade447d3d6.zip |
Add a touch_file() function to compat so we can update cache mtimes.
svn:r5067
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 38b5b3a7de..34718d82ea 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) |