diff options
-rw-r--r-- | src/common/log.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/log.c b/src/common/log.c index 9dc4808d9..7e6bcffec 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 <event.h> -#else -#error "Tor requires libevent to build." -#endif #define TRUNCATED_STR "[...truncated]" #define TRUNCATED_STR_LEN 14 |