File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -1471,18 +1471,16 @@ if test x$bitcoin_enable_qt != xno; then
1471
1471
AC_MSG_CHECKING ( [ whether to build GUI with support for QR codes] )
1472
1472
if test x$have_qrencode = xno; then
1473
1473
if test x$use_qr = xyes; then
1474
- AC_MSG_ERROR ( " QR support requested but cannot be built. use -- without-qrencode" )
1474
+ AC_MSG_ERROR ( [ QR support requested but cannot be built. Use --without-qrencode] )
1475
1475
fi
1476
- AC_MSG_RESULT ( no )
1476
+ use_qr=no
1477
1477
else
1478
1478
if test x$use_qr != xno; then
1479
- AC_MSG_RESULT ( yes )
1480
1479
AC_DEFINE ( [ USE_QRCODE] ,[ 1] ,[ Define if QR support should be compiled in] )
1481
1480
use_qr=yes
1482
- else
1483
- AC_MSG_RESULT ( no )
1484
1481
fi
1485
1482
fi
1483
+ AC_MSG_RESULT ( [ $use_qr] )
1486
1484
1487
1485
if test x$XGETTEXT = x; then
1488
1486
AC_MSG_WARN ( "xgettext is required to update qt translations" )
You can’t perform that action at this time.
0 commit comments