From: Nick Mathewson Date: Thu, 18 Jul 2013 12:54:28 +0000 (-0400) Subject: Remove a stray debugging echo from configure.ac X-Git-Tag: tor-0.2.5.1-alpha~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95597ab176286650aacf6042bf2224f7e54cd2ff;p=thirdparty%2Ftor.git Remove a stray debugging echo from configure.ac --- 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";