From 68b3b3ee7cf2ca6e7057e1d7cc73e8dcef1b2f95 Mon Sep 17 00:00:00 2001
From: Nick Mathewson <nickm@torproject.org>
Date: Tue, 21 Mar 2006 19:01:34 +0000
Subject: [PATCH] Oops; give error earlier when no runnable libevent is found.
 Grep reveals no more errors of this type in configure.in

svn:r6210
---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index 571964aeb8..5e7ae34c23 100644
--- a/configure.in
+++ b/configure.in
@@ -191,7 +191,7 @@ AC_CACHE_CHECK([whether we need extra options to link libevent],
         break
       fi
     done
-    if test le_runs = no ; then
+    if test $le_runs = no ; then
       AC_MSG_ERROR([Found linkable libevent in $ac_cv_libevent_dir, but it doesn't run, even with -R.  Maybe specify another using --with-libevent-dir?])
     fi
     LDFLAGS="$saved_LDFLAGS"
-- 
GitLab