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 934e51a commit dfe0b3aCopy full SHA for dfe0b3a
configure.ac
@@ -779,6 +779,12 @@ case $host in
779
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)])
785
+ fi
786
+ AC_MSG_WARN([Couldn't find ${can_render_icons}; you won't get the Knots-branded Bitcoin icon])
787
+fi
788
789
if test "$use_extended_functional_tests" != "no"; then
790
AC_SUBST(EXTENDED_FUNCTIONAL_TESTS, --extended)
0 commit comments