Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 75041 invoked by uid 500); 21 Feb 2002 17:30:44 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 75024 invoked from network); 21 Feb 2002 17:30:43 -0000 Date: 21 Feb 2002 17:30:43 -0000 Message-ID: <20020221173043.6476.qmail@icarus.apache.org> From: jfclere@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr configure.in X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jfclere 02/02/21 09:30:43 Modified: . configure.in Log: prevent any annoying stderr from leaking through to the screen (native as). Submitted by: Dale Ghent, daleg@elemental.org Revision Changes Path 1.411 +1 -1 apr/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/apr/configure.in,v retrieving revision 1.410 retrieving revision 1.411 diff -u -r1.410 -r1.411 --- configure.in 21 Feb 2002 15:48:18 -0000 1.410 +++ configure.in 21 Feb 2002 17:30:43 -0000 1.411 @@ -329,7 +329,7 @@ *sparc*) OSDIR="solaris_sparc" eolstr="\\n" - is_gnu_as=`${AS} --help | grep gnu.org` + is_gnu_as=`${AS} --help 2>/dev/null | grep gnu.org` if [ -z "$is_gnu_as" ] then ASFLAGS="-xarch=v8plus -KPIC -q"