diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-07-18 08:54:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-18 08:54:28 -0400 |
commit | 95597ab176286650aacf6042bf2224f7e54cd2ff (patch) | |
tree | 1d66f33b913f42cde05012e75141114d92789aa2 /configure.ac | |
parent | e6c0fb2b6db185448cdcbf479047cdbe525ef8a9 (diff) | |
download | tor-95597ab176286650aacf6042bf2224f7e54cd2ff.tar.gz tor-95597ab176286650aacf6042bf2224f7e54cd2ff.zip |
Remove a stray debugging echo from configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 73299696e3..4aeec929ef 100644 --- a/configure.ac +++ b/configure.ac @@ -47,8 +47,6 @@ AC_ARG_ENABLE(coverage, AM_CONDITIONAL(UNITTESTS_ENABLED, test x$enable_unittests != xno) AM_CONDITIONAL(COVERAGE_ENABLED, test x$enable_coverage = xyes) -echo "COVERAGE: $enable_coverage" - if test "$enable_static_tor" = "yes"; then enable_static_libevent="yes"; enable_static_openssl="yes"; |