jfclere 02/02/25 08:55:10
Modified: . configure.in
Log:
The test was reverted but I did not noticed it until I remove cpp for my path.
Revision Changes Path
1.415 +1 -1 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.414
retrieving revision 1.415
diff -u -r1.414 -r1.415
--- configure.in 23 Feb 2002 12:00:48 -0000 1.414
+++ configure.in 25 Feb 2002 16:55:10 -0000 1.415
@@ -342,7 +342,7 @@
apr_atomic_sparc_compile=apr_atomic_sparc.lo
sparc_arch=`uname -m`
is_gnu_as=`${AS} --help 2>/dev/null | grep gnu.org`
- if test -z "$is_gnu_as"
+ if test -n "$is_gnu_as"
then
case "$sparc_arch" in
sun4c|sun4m|sun4d|sun4t|sun4)