]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r12533@Kushana: nickm | 2007-03-11 05:01:15 -0400
authorNick Mathewson <nickm@torproject.org>
Sun, 11 Mar 2007 09:05:17 +0000 (09:05 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 11 Mar 2007 09:05:17 +0000 (09:05 +0000)
 Oh. Tor was supposed to compile?

svn:r9797

src/common/log.c

index 9dc4808d9e9dcf1c4999863221531ff217ecb818..7e6bcffec51f880994356a4150d55defaf69c40f 100644 (file)
@@ -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