summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-03-28 16:14:21 -0400
committerNick Mathewson <nickm@torproject.org>2016-03-28 16:14:21 -0400
commit3220bd816b1a20eeb8bcaf562dc5382439bb00f7 (patch)
tree7adade5a6f60521c55c3d93eadffc0e44f550d00 /configure.ac
parent1275d923990b668632126890e19cd50224c79101 (diff)
parentf780d196a91b8c9c5c2581d37326599b4e97b945 (diff)
downloadtor-3220bd816b1a20eeb8bcaf562dc5382439bb00f7.tar.gz
tor-3220bd816b1a20eeb8bcaf562dc5382439bb00f7.zip
Merge branch 'maint-0.2.8'
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 ed5d2be6d3..4bdd2d3967 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,8 +58,6 @@ fi
AM_CONDITIONAL(UNITTESTS_ENABLED, test "x$enable_unittests" != "xno")
AM_CONDITIONAL(COVERAGE_ENABLED, test "x$enable_coverage" = "xyes")
-AM_CONDITIONAL(UNITTESTS_ENABLED, test x$enable_unittests != xno)
-AM_CONDITIONAL(COVERAGE_ENABLED, test x$enable_coverage = xyes)
AM_CONDITIONAL(DISABLE_ASSERTS_IN_UNIT_TESTS, test "x$enable_asserts_in_tests" = "xno")
if test "$enable_static_tor" = "yes"; then