From 787fd7489f20c79b3d00fd2199a339cf98f68df2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Mar 2013 09:33:13 -0400 Subject: [PATCH] Make --disable-libevent-regress work again --- test/include.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/include.am b/test/include.am index 82cfe4eb..56af58ec 100644 --- a/test/include.am +++ b/test/include.am @@ -29,12 +29,10 @@ TESTPROGRAMS = \ test/test-weof \ test/regress -noinst_PROGRAMS += $(TESTPROGRAMS) - if BUILD_REGRESS -noinst_PROGRAMS += test/regress -endif +noinst_PROGRAMS += $(TESTPROGRAMS) EXTRA_PROGRAMS+= test/regress +endif noinst_HEADERS+= \ test/regress.h \