mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
Replace AC_PROG_CC with AC_PROG_CC_C99 in top level configure file.
2021-05-04 Nick Clifton <nickc@redhat.com> * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99. * configure: Regenerate.
This commit is contained in:
@@ -1278,7 +1278,7 @@ else
|
||||
WINDMC_FOR_BUILD="\$(WINDMC)"
|
||||
fi
|
||||
|
||||
AC_PROG_CC
|
||||
AC_PROG_CC_C99
|
||||
AC_PROG_CXX
|
||||
|
||||
# We must set the default linker to the linker used by gcc for the correct
|
||||
|
||||
Reference in New Issue
Block a user