mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Actually set the variable if the answer is yes.
svn:r4247
This commit is contained in:
parent
22f427fe70
commit
1a587429f7
@ -78,7 +78,7 @@ int main(void)
|
|||||||
if (!event_init())
|
if (!event_init())
|
||||||
return -1;
|
return -1;
|
||||||
return 0;
|
return 0;
|
||||||
}], , [ ac_cv_libevent_local=unlinked ])
|
}], [ ac_cv_libevent_local=yes ], [ ac_cv_libevent_local=unlinked ])
|
||||||
else
|
else
|
||||||
ac_cv_libevent_local=no
|
ac_cv_libevent_local=no
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user