[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] and now resume building on netbsd 2.0
Update of /home2/or/cvsroot/tor
In directory moria:/home/arma/work/onion/cvs/tor
Modified Files:
configure.in
Log Message:
and now resume building on netbsd 2.0
insert circus music here
Index: configure.in
===================================================================
RCS file: /home2/or/cvsroot/tor/configure.in,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -p -d -r1.277 -r1.278
--- configure.in 19 Mar 2006 20:36:26 -0000 1.277
+++ configure.in 19 Mar 2006 22:21:17 -0000 1.278
@@ -132,8 +132,7 @@ AC_CACHE_CHECK([for libevent directory],
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 ])