Glenn Washburn <developm...@efficientek.com> writes:

> Autoconf will set a default CFLAGS of "-g -O2" if CFLAGS is not set. CFLAGS
> was defaulted to "" early in configure to prevent this. Apparently something
> changed in autoconf and now AC_USE_SYSTEM_EXTENSIONS, which is before the
> default setting of CFLAGS, will pull in this check. Move the default
> setting of CFLAGS to before this so that if will see CFLAGS as set and not
> give it a default.

This is a result of ad9ccf660013c208077b1e983d6c824df25ed1cf
("configure: Fix various new autotools warnings"), which hoisted
AC_USE_SYSTEM_EXTENSIONS to avoid a new warning (slightly too far, it
seems).

> Signed-off-by: Glenn Washburn <developm...@efficientek.com>

Reviewed-by: Robbie Harwood <rharw...@redhat.com>

Be well,
--Robbie

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to