[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r9797: Oh. Tor was supposed to compile? (in tor/trunk: . src/common)



Author: nickm
Date: 2007-03-11 05:05:17 -0400 (Sun, 11 Mar 2007)
New Revision: 9797

Modified:
   tor/trunk/
   tor/trunk/src/common/log.c
Log:
 r12533@Kushana:  nickm | 2007-03-11 05:01:15 -0400
 Oh. Tor was supposed to compile?



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r12533] on c95137ef-5f19-0410-b913-86e773d04f59

Modified: tor/trunk/src/common/log.c
===================================================================
--- tor/trunk/src/common/log.c	2007-03-11 05:20:24 UTC (rev 9796)
+++ tor/trunk/src/common/log.c	2007-03-11 09:05:17 UTC (rev 9797)
@@ -25,11 +25,7 @@
 #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