mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
Bugfix: configure: Define default for use_libevent
This commit is contained in:
parent
30308cc380
commit
f0f5cd79b5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue