소스 검색

and now resume building on netbsd 2.0
insert circus music here


svn:r6199

Roger Dingledine 19 년 전
부모
커밋
b62f0091e4
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      configure.in

+ 1 - 2
configure.in

@@ -132,8 +132,7 @@ AC_CACHE_CHECK([for libevent directory], ac_cv_libevent_dir, [
       fi
     fi
     # Can I compile and link it?
-    AC_TRY_LINK([typedef unsigned char u_char; typedef unsigned long size_t;
-#include <sys/time.h>
+    AC_TRY_LINK([#include <sys/time.h>
 #include <sys/types.h>
 #include <event.h>], [ event_init(); ],
        [ libevent_linked=yes ], [ libevent_linked=no ])