* m4/stdint.m4 (gl_STDINT_H): Finish up previous change.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 16 Dec 2011 06:46:46 +0000 (22:46 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 16 Dec 2011 06:46:46 +0000 (22:46 -0800)
m4/stdint.m4

index cc3866b..e8645c9 100644 (file)
@@ -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 <stdint.h>
 ]