From 1a587429f718d4fa8f78f7da56b560fa5f6e28ba Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 17 May 2005 03:17:24 +0000 Subject: Actually set the variable if the answer is yes. svn:r4247 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 6fa837fd7..98297a58d 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 -- cgit v1.2.3