summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2020-12-09 20:38:36 -0800
committerJim Meyering <meyering@fb.com>2020-12-09 20:38:36 -0800
commit598fbc23964e1d991526c4fb8687a0b0fda95bd2 (patch)
tree45afc3d88b8897b39ab6dd6f14b765db72ab0580
parent73f84324be73d3e002c36fbe2f9a67c717fbf09b (diff)
downloadgzip-598fbc23964e1d991526c4fb8687a0b0fda95bd2.tar.gz
maint: avoid autoreconf warnings
* configure.ac: Go back to using AC_PROG_CC rather than AC_PROG_CC_STDC, as the latter is obsolescent and the Autoconf bug involving the former has been fixed.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b04981f..bfb34e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ m4_syscmd([test "${GNULIB_POSIXCHECK+set}" = set])
m4_if(m4_sysval, [0], [], [dnl
gl_ASSERT_NO_GNULIB_POSIXCHECK])
-AC_PROG_CC_STDC
+AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CPP
AC_PROG_GREP