mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Remove a couple of redundant lines from the makefile
Fixes the last case of 17744.
This commit is contained in:
parent
a3f36bfd81
commit
c8eb39d67f
5
changes/bug17744_redux
Normal file
5
changes/bug17744_redux
Normal file
@ -0,0 +1,5 @@
|
||||
o Minor bugfixes (build):
|
||||
- Remove a pair of redundant AM_CONDITIONAL declarations from
|
||||
configure.ac. Fixes one final case of bug 17744; bugfix on
|
||||
0.2.8.2-alpha.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user