- From: <Irene.Vatton@inrialpes.fr>
- Date: Tue, 08 Dec 1998 13:14:01 +0100
- To: mrsam@geocities.com
- cc: Irene.Vatton@inrialpes.fr, www-amaya@w3.org
In-reply-to: Your message of Mon, 07 Dec 1998 10:31:46 -0500." <Pine.SUN.4.01.9812071009570.23353-100000@galileo.cris.com> > One possible solution is to add the following code to configure.in right > after 'AC_PROG_CPP': > > if test "$GCC" = "yes" > then > CPP="$CPP -x c" > fi > > This should add '-x c' to CPP flags on gcc-based preprocessors only. > > The final solution is to add the following lines in the file configure.in if test "${CC}" = "gcc"; then CPP="${CPP} -x c" fi Regards Irene.
Received on Tuesday, 8 December 1998 07:14:18 UTC