From f25e2167f556ae8ba456d935c6bf02603af4f2da Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 11 Mar 2007 09:05:17 +0000 Subject: [PATCH] r12533@Kushana: nickm | 2007-03-11 05:01:15 -0400 Oh. Tor was supposed to compile? svn:r9797 --- src/common/log.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/log.c b/src/common/log.c index 9dc4808d9e..7e6bcffec5 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -25,11 +25,7 @@ const char log_c_id[] = "$Id$"; #include "./util.h" #include "./log.h" -#ifdef HAVE_EVENT_H #include -#else -#error "Tor requires libevent to build." -#endif #define TRUNCATED_STR "[...truncated]" #define TRUNCATED_STR_LEN 14