* configure.in: Bring over gcc2 change of Nov 19 1997.
authorAndreas Schwab <schwab@issan.cs.uni-dortmund.de>
Thu, 5 Nov 1998 01:55:45 +0000 (01:55 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Thu, 5 Nov 1998 01:55:45 +0000 (01:55 +0000)
From-SVN: r23534

gcc/ChangeLog
gcc/configure.in

index 88e427371b72914d2c44223e771b00b55ed3e993..5569de3bb4005fb3e795d3de16e6e8cb9f643c54 100644 (file)
@@ -1,3 +1,7 @@
+Thu Nov  5 10:53:01 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * configure.in: Bring over gcc2 change of Nov 19 1997.
+
 Wed Nov  4 23:43:08 1998  Graham  <grahams@rcp.co.uk>
 
         * toplev.c (output_lang_identify): Make definition dependent on
index 3af08910febff2bb1e8b8a7576559d7dd3267599..1dd3dd977fbbc9016b3d8a78efe21756e46f1587 100644 (file)
@@ -353,10 +353,12 @@ AC_CACHE_VAL(gcc_cv_header_inttypes_h,
   [#include <sys/types.h>
 #include <inttypes.h>],
   [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 \