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
4e3e5264
Commit
4e3e5264
authored
Nov 26, 2015
by
cypherpunks
Committed by
Nick Mathewson
Nov 26, 2015
Browse files
Quote variables in case they contain spaces
parent
e5754c42
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
4e3e5264
...
...
@@ -511,14 +511,14 @@ if test "$enable_static_libevent" = "yes"; then
TOR_LIBEVENT_LIBS="$TOR_LIBDIR_libevent/libevent.a $STATIC_LIBEVENT_FLAGS"
fi
else
if test x$ac_cv_header_event2_event_h = "xyes"; then
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])
if test $ac_cv_search_event_new != "none required"; then
if test
"
$ac_cv_search_event_new
"
!= "none required"; then
TOR_LIBEVENT_LIBS="$ac_cv_search_event_new"
fi
if test $ac_cv_search_evdns_base_new != "none required"; then
if test
"
$ac_cv_search_evdns_base_new
"
!= "none required"; then
TOR_LIBEVENT_LIBS="$ac_cv_search_evdns_base_new $TOR_LIBEVENT_LIBS"
fi
else
...
...
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