浏览代码

Oops; give error earlier when no runnable libevent is found. Grep reveals no more errors of this type in configure.in

svn:r6210
Nick Mathewson 19 年之前
父节点
当前提交
68b3b3ee7c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.in

+ 1 - 1
configure.in

@@ -191,7 +191,7 @@ AC_CACHE_CHECK([whether we need extra options to link libevent],
         break
         break
       fi
       fi
     done
     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?])
       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
     fi
     LDFLAGS="$saved_LDFLAGS"
     LDFLAGS="$saved_LDFLAGS"