From 33f277b0b892a1ff4d5d42b8d68c0dc7339f1e4f Mon Sep 17 00:00:00 2001 From: wellenreiter01 Date: Mon, 20 Nov 2017 23:08:22 +0100 Subject: [PATCH] qrencode headers where searched, even whit use_qrencode=no --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 841c105f41..670fca1609 100644 --- a/configure.ac +++ b/configure.ac @@ -573,8 +573,6 @@ fi BITCOIN_QT_PATH_PROGS([PROTOC], [protoc],$protoc_bin_path) -AC_CHECK_HEADER([qrencode.h],, [AC_MSG_ERROR(qrencode headerfiles not found)]) -AC_CHECK_HEADER([zxing/ZXing.h],, [AC_MSG_ERROR(zxing header files not found)]) AC_MSG_CHECKING([whether to build feathercoind]) AM_CONDITIONAL([BUILD_BITCOIND], [test x$build_feathercoind = xyes])