Skip to content

Commit

Permalink
search for header qrencode header files fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
wellenreiter01 committed Nov 20, 2017
1 parent 38e0145 commit 78b4492
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,10 @@ else
fi
fi

if test x$use_qr != xno; then
BITCOIN_QT_CHECK([AC_CHECK_HEADER([qrencode.h],, (have_qr=no [qrcode header files missing]))])
BITCOIN_QT_CHECK([AC_CHECK_HEADER([zxing/ZXing.h],, (have_zxing=no [zxing header files missing]))])
fi

BITCOIN_QT_PATH_PROGS([PROTOC], [protoc],$protoc_bin_path)

Expand Down

0 comments on commit 78b4492

Please sign in to comment.