aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-05-27 12:32:02 -0400
committerRoger Dingledine <arma@torproject.org>2016-05-27 12:32:02 -0400
commit1ce1214d687eac46ced966793862bfafb5a6f323 (patch)
tree3499ebd2c1f6e9eaa3741e2c08cf6ef06dcb4f9c /configure.ac
parent500c4bf8075f6530dbbcf1e63bac749d16f5afee (diff)
downloadtor-1ce1214d687eac46ced966793862bfafb5a6f323.tar.gz
tor-1ce1214d687eac46ced966793862bfafb5a6f323.zip
get rid of one more piece of --enable-instrument-downloads
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d7db0dbd88..b5e4b2bec5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,8 +33,6 @@ CPPFLAGS="$CPPFLAGS -I\${top_srcdir}/src/common"
#XXXX020 We should make these enabled or not, before 0.2.0.x-final
AC_ARG_ENABLE(openbsd-malloc,
AS_HELP_STRING(--enable-openbsd-malloc, [use malloc code from OpenBSD. Linux only]))
-AC_ARG_ENABLE(instrument-downloads,
- AS_HELP_STRING(--enable-instrument-downloads, [instrument downloads of directory resources etc.]))
AC_ARG_ENABLE(static-openssl,
AS_HELP_STRING(--enable-static-openssl, [link against a static openssl library. Requires --with-openssl-dir]))
AC_ARG_ENABLE(static-libevent,