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:
Nick Clifton
2021-05-04 13:40:34 +01:00
parent aa0fca163e
commit a8d6316b67
3 changed files with 183 additions and 1 deletions

View File

@@ -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