We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe0b3a commit c5b87a1Copy full SHA for c5b87a1
configure.ac
@@ -780,8 +780,8 @@ esac
780
781
AM_CONDITIONAL([CAN_RENDER_ICONS], [test "$can_render_icons" = "yes"])
782
if test "$can_render_icons" != "yes"; then
783
- if test ! -f "${srcdir}/src/qt/res/rendered_icons/bitcoin.ico"; then
784
- AC_MSG_ERROR([Couldn't find ${can_render_icons} (required to build from git)])
+ if test "$bitcoin_enable_qt" != "no" && test ! -f "${srcdir}/src/qt/res/rendered_icons/bitcoin.ico"; then
+ AC_MSG_ERROR([Couldn't find ${can_render_icons} (required to build GUI from git)])
785
fi
786
AC_MSG_WARN([Couldn't find ${can_render_icons}; you won't get the Knots-branded Bitcoin icon])
787
0 commit comments