diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-05-17 03:17:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-05-17 03:17:24 +0000 |
commit | 1a587429f718d4fa8f78f7da56b560fa5f6e28ba (patch) | |
tree | a42d617d33de33b3163db8ad56fa14ff4469bd41 | |
parent | 22f427fe70277156bca724a1cd76124dfaf5aaf3 (diff) | |
download | tor-1a587429f718d4fa8f78f7da56b560fa5f6e28ba.tar.gz tor-1a587429f718d4fa8f78f7da56b560fa5f6e28ba.zip |
Actually set the variable if the answer is yes.
svn:r4247
-rw-r--r-- | configure.in | 2 |
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 |