changeset 16169:950bf7d3d1ee

* m4/stdint.m4 (gl_STDINT_H): Finish up previous change.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 15 Dec 2011 22:46:46 -0800
parents 5b10a18ee23a
children 1d56717b2688
files m4/stdint.m4
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdint.h>
 ]