@@ -1101,7 +1101,7 @@ if test x$use_pkgconfig = xyes; then
1101
1101
if test x$use_qr != xno; then
1102
1102
BITCOIN_QT_CHECK([ PKG_CHECK_MODULES([ QR] , [ libqrencode] , [ have_qrencode=yes] , [ have_qrencode=no] )] )
1103
1103
fi
1104
- if test x$build_bitcoin_cli$build_bitcoin_tx$ build_bitcoind$bitcoin_enable_qt$use_tests != xnonononono ; then
1104
+ if test x$build_bitcoin_cli$build_bitcoind$bitcoin_enable_qt$use_tests != xnononono ; then
1105
1105
PKG_CHECK_MODULES([ EVENT] , [ libevent] ,, [ AC_MSG_ERROR ( libevent not found. ) ] )
1106
1106
if test x$TARGET_OS != xwindows; then
1107
1107
PKG_CHECK_MODULES([ EVENT_PTHREADS] , [ libevent_pthreads] ,, [ AC_MSG_ERROR ( libevent_pthreads not found. ) ] )
@@ -1126,7 +1126,7 @@ else
1126
1126
AC_CHECK_HEADER ( [ openssl/ssl.h] ,, AC_MSG_ERROR ( libssl headers missing ) ,)
1127
1127
AC_CHECK_LIB ( [ ssl] , [ main] ,SSL_LIBS=-lssl , AC_MSG_ERROR ( libssl missing ) )
1128
1128
1129
- if test x$build_bitcoin_cli$build_bitcoin_tx$ build_bitcoind$bitcoin_enable_qt$use_tests != xnonononono ; then
1129
+ if test x$build_bitcoin_cli$build_bitcoind$bitcoin_enable_qt$use_tests != xnononono ; then
1130
1130
AC_CHECK_HEADER ( [ event2/event.h] ,, AC_MSG_ERROR ( libevent headers missing ) ,)
1131
1131
AC_CHECK_LIB ( [ event] ,[ main] ,EVENT_LIBS=-levent ,AC_MSG_ERROR ( libevent missing ) )
1132
1132
if test x$TARGET_OS != xwindows; then
0 commit comments