From a8d6316b67d52eaa1b7b311084ddff71a66f7cc0 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 4 May 2021 13:40:34 +0100 Subject: Replace AC_PROG_CC with AC_PROG_CC_C99 in top level configure file. 2021-05-04 Nick Clifton * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99. * configure: Regenerate. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a721316..59b4194 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- cgit v1.1