瀏覽代碼

r12533@Kushana: nickm | 2007-03-11 05:01:15 -0400
Oh. Tor was supposed to compile?


svn:r9797

Nick Mathewson 18 年之前
父節點
當前提交
f25e2167f5
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/common/log.c

+ 0 - 4
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