summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-03-03 06:37:54 +0000
committerNick Mathewson <nickm@torproject.org>2005-03-03 06:37:54 +0000
commitc185825585e6f65bff7b8dca6747e922a33fab2c (patch)
tree59e44797fde9f4e83fe55b694f6a51b561ce0780 /configure.in
parentf90ccf5648309152e5d10b941cd3eb6cb0dce21a (diff)
downloadtor-c185825585e6f65bff7b8dca6747e922a33fab2c.tar.gz
tor-c185825585e6f65bff7b8dca6747e922a33fab2c.zip
Finish implementing GETINFO; make it easy to query address maps.
svn:r3732
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e27924d635..1abc6b1428 100644
--- a/configure.in
+++ b/configure.in
@@ -181,6 +181,7 @@ AC_CHECK_SIZEOF(long)
AC_CHECK_SIZEOF(long long)
AC_CHECK_SIZEOF(__int64)
AC_CHECK_SIZEOF(void *)
+AC_CHECK_SIZEOF(time_t)
# We want to make sure that we _don't_ have a cell_t defined, like IRIX does.