summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorlouie <lshprung@tutanota.com>2023-06-19 17:28:39 -0700
committerlouie <lshprung@tutanota.com>2023-06-19 17:28:39 -0700
commit5443773a4ef21ae63ab5f3632909cf253368a508 (patch)
treea95a16490131cc15bb665926698a4ef12b2deeb2 /configure
parenta11237da7f7722d37c42b49e86c6ddeb85486d62 (diff)
parent5683ccf3a01d8d97b08f8ecbf656a3d92f9737ef (diff)
Merge remote-tracking branch 'origin/testing'
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 7 insertions, 3 deletions
diff --git a/configure b/configure
index 538dda3..1df7536 100755
--- a/configure
+++ b/configure
@@ -5755,7 +5755,8 @@ if test "${enable_embed_icon+set}" = set; then :
fi
if test "x$embed_icon" = "xyes"; then
- if test -n "$ac_tool_prefix"; then
+ if test "x$build_windows" = "xyes"; then
+ if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
set dummy ${ac_tool_prefix}windres; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
@@ -5847,11 +5848,14 @@ else
WINDRES="$ac_cv_prog_WINDRES"
fi
- if ${WINDRES:+false} :; then :
+ if ${WINDRES:+false} :; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot embed icon" >&5
$as_echo "$as_me: WARNING: Cannot embed icon" >&2;}
- embed_icon=no
+ embed_icon=no
fi
+ else
+ embed_icon=no
+ fi
fi
if test "$embed_icon" = "yes"; then
EMBED_ICON_TRUE=