Skip to content
Snippets Groups Projects
Commit ed21e3c0 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

svn:r9728
parent 7c671512
No related branches found
No related tags found
No related merge requests found
......@@ -196,6 +196,14 @@ fi
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment