summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-10-24 13:03:01 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-10-24 13:03:26 -0700
commitcbf738c8d0b148b7d5e43ebb19dd683891cbefac (patch)
treeaca8feea5ffbb8efb0f237cee0ef90b678722ae0 /configure.ac
parent703a9cf560db57abfc9ff3457fc5a696c1f563ac (diff)
downloadgrep-cbf738c8d0b148b7d5e43ebb19dd683891cbefac.tar.gz
build: go back to AC_PROG_CC
* 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.
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 84c60492..1e51ffcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ dnl Checks for programs.
AC_CANONICAL_HOST
AC_PROG_AWK
AC_PROG_INSTALL
-AC_PROG_CC_STDC
+AC_PROG_CC
gl_EARLY
AC_PROG_RANLIB