Actually set the variable if the answer is yes.

svn:r4247
This commit is contained in:
Nick Mathewson 2005-05-17 03:17:24 +00:00
parent 22f427fe70
commit 1a587429f7

View File

@ -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