From f0f5cd79b5d65c1c123400569c33745d8a6127ac Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sun, 5 Jun 2022 21:47:46 +0000 Subject: Bugfix: configure: Define default for use_libevent --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1e6ac93e78..cc6b5c0a80 100644 --- a/configure.ac +++ b/configure.ac @@ -1506,6 +1506,7 @@ fi dnl libevent check +use_libevent=no if test "$build_bitcoin_cli$build_bitcoind$bitcoin_enable_qt$use_tests$use_bench" != "nonononono"; then PKG_CHECK_MODULES([EVENT], [libevent >= 2.0.21], [use_libevent=yes], [AC_MSG_ERROR([libevent version 2.0.21 or greater not found.])]) if test "$TARGET_OS" != "windows"; then -- cgit v1.2.3