From: Andreas Schwab Date: Thu, 5 Nov 1998 01:55:45 +0000 (+0000) Subject: * configure.in: Bring over gcc2 change of Nov 19 1997. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9da0e39b5ca3de8db19f88308511b25a02df0342;p=gcc.git * configure.in: Bring over gcc2 change of Nov 19 1997. From-SVN: r23534 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 88e427371b7..5569de3bb40 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Nov 5 10:53:01 1998 Andreas Schwab + + * configure.in: Bring over gcc2 change of Nov 19 1997. + Wed Nov 4 23:43:08 1998 Graham * toplev.c (output_lang_identify): Make definition dependent on diff --git a/gcc/configure.in b/gcc/configure.in index 3af08910feb..1dd3dd977fb 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -353,10 +353,12 @@ AC_CACHE_VAL(gcc_cv_header_inttypes_h, [#include #include ], [intmax_t i = -1;], - [AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H) - gcc_cv_header_inttypes_h=yes], + [gcc_cv_header_inttypes_h=yes], gcc_cv_header_inttypes_h=no)]) AC_MSG_RESULT($gcc_cv_header_inttypes_h) +if test $gcc_cv_header_inttypes_h = yes; then + AC_DEFINE(HAVE_INTTYPES_H) +fi AC_CHECK_FUNCS(strtoul bsearch strerror putenv popen bcopy bzero bcmp \ index rindex strchr strrchr kill getrlimit setrlimit atoll atoq \