Skip to content

Commit 494b7c0

Browse files
laanwjPastaPastaPasta
authored andcommitted
Merge bitcoin#25282: Bugfix: configure: Define default for use_libevent
f0f5cd7 Bugfix: configure: Define default for use_libevent (Luke Dashjr) Pull request description: Another trivial fix like bitcoin#25051 - I think this is the only other one missing. ACKs for top commit: laanwj: Code review ACK f0f5cd7 Tree-SHA512: 888c2e6d032ef1de5af635e2a9b2b8ab560c86bd10a6cee54aa9aa62ae43f03c19889bb6a2b64cf8982d4cd514f97ca3ed743c71ed0651e9295a4b1726955b9b
1 parent ca63ea7 commit 494b7c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,7 @@ fi
15141514

15151515
dnl libevent check
15161516

1517+
use_libevent=no
15171518
if test "$build_bitcoin_cli$build_bitcoind$bitcoin_enable_qt$use_tests$use_bench" != "nonononono"; then
15181519
PKG_CHECK_MODULES([EVENT], [libevent >= 2.0.21], [use_libevent=yes], [AC_MSG_ERROR([libevent version 2.0.21 or greater not found.])])
15191520
if test "$TARGET_OS" != "windows"; then

0 commit comments

Comments
 (0)