mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Oops; give error earlier when no runnable libevent is found. Grep reveals no more errors of this type in configure.in
svn:r6210
This commit is contained in:
parent
0e68ec0846
commit
68b3b3ee7c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user