File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -778,14 +778,6 @@ case $host in
778
778
;;
779
779
esac
780
780
781
- AM_CONDITIONAL([ CAN_RENDER_ICONS] , [ test "$can_render_icons" = "yes"] )
782
- if test "$can_render_icons" != "yes"; then
783
- if test "$bitcoin_enable_qt" != "no" && test ! -f "${srcdir}/src/qt/res/rendered_icons/bitcoin.ico"; then
784
- 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
- fi
788
-
789
781
if test "$use_extended_functional_tests" != "no"; then
790
782
AC_SUBST ( EXTENDED_FUNCTIONAL_TESTS , -- extended )
791
783
fi
@@ -1209,6 +1201,13 @@ else
1209
1201
fi
1210
1202
fi
1211
1203
1204
+ AM_CONDITIONAL([ CAN_RENDER_ICONS] , [ test "$can_render_icons" = "yes"] )
1205
+ if test "$can_render_icons" != "yes"; then
1206
+ if test "$bitcoin_enable_qt" != "no" && test ! -f "${srcdir}/src/qt/res/rendered_icons/bitcoin.ico"; then
1207
+ AC_MSG_ERROR ( [ Couldn't find ${can_render_icons} (required to build GUI from git)] )
1208
+ fi
1209
+ fi
1210
+
1212
1211
if test "$enable_fuzz_binary" = "yes"; then
1213
1212
AC_MSG_CHECKING ( [ whether main function is needed for fuzz binary] )
1214
1213
AX_CHECK_LINK_FLAG (
You can’t perform that action at this time.
0 commit comments