# HG changeset patch # User Jim Meyering # Date 948579925 0 # Node ID 2cfafe3277c3d3f4f8bc147226740292fbffa0d2 # Parent f2c230787d233a6ed68f390d41fdcac23f647d4c Call AC_PROG_CC_STDC just before AC_C_CONST. diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 --- 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