mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
svn:r9728
This commit is contained in:
parent
7c671512b8
commit
ed21e3c022
@ -196,6 +196,14 @@ fi
|
|||||||
dnl ------------------------------------------------------
|
dnl ------------------------------------------------------
|
||||||
dnl Where do you live, libevent? And how do we call you?
|
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.
|
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_int64_t, unsigned long long)
|
||||||
AC_CHECK_TYPE(u_int32_t, unsigned long)
|
AC_CHECK_TYPE(u_int32_t, unsigned long)
|
||||||
|
Loading…
Reference in New Issue
Block a user