Remove a stray debugging echo from configure.ac

This commit is contained in:
Nick Mathewson 2013-07-18 08:54:28 -04:00
parent e6c0fb2b6d
commit 95597ab176

View File

@ -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";