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
David Goulet
Tor
Commits
2a965b75
Commit
2a965b75
authored
Dec 09, 2015
by
Nick Mathewson
🥄
Browse files
Try to fix windows build
patch from rubiate on #16651
parent
3a69fcb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
2a965b75
...
...
@@ -513,8 +513,8 @@ if test "$enable_static_libevent" = "yes"; then
fi
else
if test "x$ac_cv_header_event2_event_h" = "xyes"; then
AC_SEARCH_LIBS(event_new, [event event_core])
AC_SEARCH_LIBS(evdns_base_new, [event event_extra])
AC_SEARCH_LIBS(event_new, [event event_core]
, , AC_MSG_ERROR("libevent2 is installed but linking it failed while searching for event_new")
)
AC_SEARCH_LIBS(evdns_base_new, [event event_extra]
, , AC_MSG_ERROR("libevent2 is installed but linking it failed while searching for evdns_base_new")
)
if test "$ac_cv_search_event_new" != "none required"; then
TOR_LIBEVENT_LIBS="$ac_cv_search_event_new"
...
...
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