Skip to content

Commit

Permalink
Bugfix: configure: Define default for use_libevent
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Jun 5, 2022
1 parent 30308cc commit f0f5cd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0f5cd7

Please sign in to comment.