techee left a comment (geany/geany-plugins#1383)
Interesting. The corresponding piece of code looks this way on my machine:
```bash
if test "x$ac_ct_CC" = x; then
CC=""
else
case $cross_compiling:$ac_tool_warned in
yes:)
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not
prefixed with host triplet" >&5
printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host
triplet" >&2;}
ac_tool_warned=yes ;;
esac
CC=$ac_ct_CC
fi
else
CC="$ac_cv_prog_CC"
fi
fi
```
The only differences I see is `)` after `yes:` and no empty line after it. What
happens if you modify it this way (stupid workaround but I have no idea why
your output differs).
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1383#issuecomment-2900619342
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1383/[email protected]>