aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2009-08-14 14:52:39 +0200
committerKarsten Loesing <karsten.loesing@gmx.net>2009-08-17 13:30:09 +0200
commitd97e95cb6242b94002854055a08c3190e731139b (patch)
tree743a9a187b83981a1b583be332c78e35c7ab3715 /configure.in
parentab7729f4724efbfac33c069f488e74c8ccc058f1 (diff)
downloadtor-d97e95cb6242b94002854055a08c3190e731139b.tar
tor-d97e95cb6242b94002854055a08c3190e731139b.tar.gz
Remove ./configure option for cell statistics.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index df228ab18..735a5240a 100644
--- a/configure.in
+++ b/configure.in
@@ -85,13 +85,6 @@ case $host in
;;
esac
-AC_ARG_ENABLE(dirreq-stats,
- AS_HELP_STRING(--enable-dirreq-stats, enable code for directories to collect per-country statistics))
-
-if test "$enable_dirreq_stats" = "yes"; then
- AC_DEFINE(ENABLE_DIRREQ_STATS, 1, [Defined if we try to collect per-country statistics])
-fi
-
AC_ARG_ENABLE(gcc-warnings,
AS_HELP_STRING(--enable-gcc-warnings, enable verbose warnings))