From 265e40b481d23ea0ee8b4e1705fb013532d1f6b2 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Sun, 3 Jul 2016 19:42:36 +0200 Subject: Raise libevent dependency to 2.0.10-stable or newer Only some very ancient distributions don't ship with Libevent 2 anymore, even the oldest supported Ubuntu LTS version has it. This allows us to get rid of a lot of compat code. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a8aa3af40d..4f666e30ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -176,7 +176,7 @@ coverage-html-full: all genhtml --branch-coverage -o "$(HTML_COVER_DIR)" "$(HTML_COVER_DIR)/lcov.info" # Avoid strlcpy.c, strlcat.c, aes.c, OpenBSD_malloc_Linux.c, sha256.c, -# eventdns.[hc], tinytest*.[ch] +# tinytest*.[ch] check-spaces: $(top_srcdir)/scripts/maint/checkSpace.pl -C \ $(top_srcdir)/src/common/*.[ch] \ -- cgit v1.2.3-54-g00ecf