[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9728: (tor/trunk)
Author: nickm
Date: 2007-03-04 14:49:02 -0500 (Sun, 04 Mar 2007)
New Revision: 9728
Modified:
tor/trunk/
tor/trunk/configure.in
Log:
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/autoconf_beautification [r12060] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in 2007-03-04 19:47:53 UTC (rev 9727)
+++ tor/trunk/configure.in 2007-03-04 19:49:02 UTC (rev 9728)
@@ -196,6 +196,14 @@
dnl ------------------------------------------------------
dnl Where do you live, libevent? And how do we call you?
+if test $bwin32 = true; then
+ WS32lib=-lws2_32
+ GDIlib=-lgdi32
+else
+ W32lib=
+ GDIlib=
+fi
+
dnl This is a disgusting hack so we safely include recent libevent headers.
AC_CHECK_TYPE(u_int64_t, unsigned long long)
AC_CHECK_TYPE(u_int32_t, unsigned long)