# HG changeset patch # User Paul Eggert # Date 1324018006 28800 # Node ID 950bf7d3d1ee49720b044ea73dcaec65a609e51d # Parent 5b10a18ee23a8938308ad8a7cd0390a6a14ee267 * m4/stdint.m4 (gl_STDINT_H): Finish up previous change. diff --git a/m4/stdint.m4 b/m4/stdint.m4 --- a/m4/stdint.m4 +++ b/m4/stdint.m4 @@ -217,8 +217,6 @@ dnl This detects a bug on HP-UX 11.23/ia64. AC_RUN_IFELSE([ AC_LANG_PROGRAM([[ -#define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ before C++11 */ -#define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ before C++11 */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ #include ]