diff options
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index a3fe7ec270a..2b3aaaed2ab 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -765,10 +765,6 @@ LDEXP_LIB="$LIBS" LIBS="$save_LIBS" AC_SUBST(LDEXP_LIB) -# See if the stage1 system preprocessor understands the ANSI C -# preprocessor stringification operator. (Used by symcat.h.) -AC_C_STRINGIZE - # Use <inttypes.h> only if it exists, # doesn't clash with <sys/types.h>, and declares intmax_t. AC_MSG_CHECKING(for inttypes.h) |