changeset 2186:2cfafe3277c3

Call AC_PROG_CC_STDC just before AC_C_CONST.
author Jim Meyering <jim@meyering.net>
date Sat, 22 Jan 2000 22:25:25 +0000
parents f2c230787d23
children 8955161e438e
files m4/jm-macros.m4
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -136,6 +136,7 @@
 [
   dnl Checks for typedefs, structures, and compiler characteristics.
   AC_C_BIGENDIAN
+  AC_PROG_CC_STDC
   AC_C_CONST
   AC_C_INLINE
   AC_C_LONG_DOUBLE