mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-19 18:00:33 +01:00
Remove a stray debugging echo from configure.ac
This commit is contained in:
parent
e6c0fb2b6d
commit
95597ab176
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user