summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-05-04 13:35:17 +0100
committerNick Clifton <nickc@redhat.com>2021-05-04 13:39:04 +0100
commit9174343256c06f7879f480c59203c1615601055c (patch)
tree2f31b31e3a5ad9faafc89db8dc0c0917f9ba57dc /configure.ac
parentaf5b2b911dd80ae9cc87404b7e7ab807cf6655d4 (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b923b0bb9cc..1ba58723b14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1381,7 +1381,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