jim 02/04/24 09:39:40 Modified: . configure.in Log: handle some bogus error messages and output, esp. when using gcc3, when preprocessing the apr_atomic_sparc.s file when using GNUas. Should allow a clean and valid compile of the atomic code now. Revision Changes Path 1.434 +1 -1 apr/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/apr/configure.in,v retrieving revision 1.433 retrieving revision 1.434 diff -u -r1.433 -r1.434 --- configure.in 22 Apr 2002 01:24:48 -0000 1.433 +++ configure.in 24 Apr 2002 16:39:40 -0000 1.434 @@ -371,7 +371,7 @@ ;; *) ASFLAGS="-xarch=v8plus -K PIC" - ASCPPFLAGS="-D_ASM -D__STDC__=0" + ASCPPFLAGS="-traditional-cpp -D_ASM -D__STDC__=0" ASCPP="gcc -E" ;; esac