This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch for gcc/configure.in, needed in egcs 1.1.2


Andreas Jaeger <aj@arthur.rhein-neckar.de> said:

[...]

> 1999-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
> 
> 	* configure.in (gcc_cv_c_have_stringify): Use test from mainstream 
> 	which works with cached value.
> 
> 
> --- gcc/configure.in.~1~	Wed Feb 17 08:50:48 1999
> +++ gcc/configure.in	Wed Feb 24 17:35:10 1999
> @@ -196,15 +196,18 @@
>  # Use <inttypes.h> only if it exists,
>  # doesn't clash with <sys/types.h>, and declares intmax_t.
>  AC_MSG_CHECKING(for inttypes.h)
> +AC_MSG_CHECKING(for inttypes.h)

Why duplicate this line?
-- 
Dr. Horst H. von Brand                       mailto:vonbrand@inf.utfsm.cl
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]