Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
ed21e3c0
Commit
ed21e3c0
authored
Mar 04, 2007
by
Nick Mathewson
🐻
Browse files
svn:r9728
parent
7c671512
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
ed21e3c0
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment