From: Paul Eggert Date: Fri, 16 Dec 2011 06:46:46 +0000 (-0800) Subject: * m4/stdint.m4 (gl_STDINT_H): Finish up previous change. X-Git-Tag: v0.1~1357 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=efd3a9be2cb5340e953dad2bc324bc14f6903b1f;p=gnulib.git * m4/stdint.m4 (gl_STDINT_H): Finish up previous change. --- diff --git a/m4/stdint.m4 b/m4/stdint.m4 index cc3866b3d..e8645c996 100644 --- a/m4/stdint.m4 +++ b/m4/stdint.m4 @@ -217,8 +217,6 @@ struct s { 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 ]