Remove the unnecessary separate definition of CC by AC_CHECK_TOOL. AC_CHECK_TOOL(CC, gcc) might have been necessary back in 1999 when this line has been written, but AC_PROG_CC has since taken over defining CC so we do not need AC_CHECK_TOOL for this any more.
Signed-off-by: Hans Ulrich Niedermann <h...@n-dimensional.de> diff --git a/configure.ac b/configure.ac index 37b220d0c..d8e08597d 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,6 @@ AM_INIT_AUTOMAKE([1.10.1]) # Programs # -AC_CHECK_TOOL([CC], [gcc]) AC_PROG_CC AM_PROG_AS -- 2.26.2 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel