summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-05 15:48:01 +1000
committerteor <teor@torproject.org>2019-11-05 15:48:01 +1000
commit804d7c9bfc916c430dfd353f742257e4ae7b9c38 (patch)
tree92ff17be80a1211d58f494bdb1e99e7c7eab604c /configure.ac
parent2a349006b9c1feba0a29ede4838cf8f5fdc0b2e5 (diff)
downloadtor-804d7c9bfc916c430dfd353f742257e4ae7b9c38.tar.gz
tor-804d7c9bfc916c430dfd353f742257e4ae7b9c38.zip
configure: Remove a check that will always fail
And update the changes file to be more specific. Part of 32191.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index ece831d5bd..caa2d2f7c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,11 +40,6 @@ fi
if test "x$PKG_CONFIG_PATH" = "x" && test "x$prefix" != "xNONE" && test "$host" != "$build"; then
export PKG_CONFIG_PATH=$prefix/lib/pkgconfig
AC_MSG_NOTICE([set PKG_CONFIG_PATH=$PKG_CONFIG_PATH to support cross-compiling])
- if test -f "$PKG_CONFIG_PATH/libevent.pc"; then
- echo "checking for $PKG_CONFIG_PATH/libevent.pc... yes"
- else
- AC_MSG_ERROR([$PKG_CONFIG_PATH/libevent.pc not found!])
- fi
fi
AC_ARG_ENABLE(openbsd-malloc,