summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-05-17 03:17:24 +0000
committerNick Mathewson <nickm@torproject.org>2005-05-17 03:17:24 +0000
commit1a587429f718d4fa8f78f7da56b560fa5f6e28ba (patch)
treea42d617d33de33b3163db8ad56fa14ff4469bd41
parent22f427fe70277156bca724a1cd76124dfaf5aaf3 (diff)
downloadtor-1a587429f718d4fa8f78f7da56b560fa5f6e28ba.tar.gz
tor-1a587429f718d4fa8f78f7da56b560fa5f6e28ba.zip
Actually set the variable if the answer is yes.
svn:r4247
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6fa837fd7b..98297a58d2 100644
--- a/configure.in
+++ b/configure.in
@@ -78,7 +78,7 @@ int main(void)
if (!event_init())
return -1;
return 0;
-}], , [ ac_cv_libevent_local=unlinked ])
+}], [ ac_cv_libevent_local=yes ], [ ac_cv_libevent_local=unlinked ])
else
ac_cv_libevent_local=no
fi