Skip to content

Commit f0f5cd7

Browse files
committed
Bugfix: configure: Define default for use_libevent
1 parent 30308cc commit f0f5cd7

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
@@ -1506,6 +1506,7 @@ fi
15061506

15071507
dnl libevent check
15081508

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

0 commit comments

Comments
 (0)