diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-08-14 14:33:29 +0200 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-08-14 14:56:38 +0200 |
commit | 9d16a59fccd997b266b5cacde2acfd691002bf7a (patch) | |
tree | 3bbdfa3779f23f816773bc915f00cea00226568e /configure.in | |
parent | e0dc2e907eb029bd4e3d7933ef72f3ff942a9b81 (diff) | |
download | tor-9d16a59fccd997b266b5cacde2acfd691002bf7a.tar.gz tor-9d16a59fccd997b266b5cacde2acfd691002bf7a.zip |
Remove ./configure option for exit port statistics.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in index ab7d6480cf..7a8764ce91 100644 --- a/configure.in +++ b/configure.in @@ -85,13 +85,6 @@ case $host in ;; esac -AC_ARG_ENABLE(exit-stats, - AS_HELP_STRING(--enable-exit-stats, enable code for exits to collect per-port statistics)) - -if test "$enable_exit_stats" = "yes"; then - AC_DEFINE(ENABLE_EXIT_STATS, 1, [Defined if we try to collect per-port statistics on exits]) -fi - AC_ARG_ENABLE(dirreq-stats, AS_HELP_STRING(--enable-dirreq-stats, enable code for directories to collect per-country statistics)) |