From cvs-return-4666-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Wed Jan 15 14:00:57 2003 Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 84163 invoked by uid 500); 15 Jan 2003 14:00:56 -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 84152 invoked from network); 15 Jan 2003 14:00:56 -0000 Date: 15 Jan 2003 14:00:56 -0000 Message-ID: <20030115140056.27900.qmail@icarus.apache.org> From: jorton@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/build apr_common.m4 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jorton 2003/01/15 06:00:55 Modified: build apr_common.m4 Log: Fix misdetection of strerror_r return type with glibc 2.3 (which meant corrupt error messages). Revision Changes Path 1.50 +1 -0 apr/build/apr_common.m4 Index: apr_common.m4 =================================================================== RCS file: /home/cvs/apr/build/apr_common.m4,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- apr_common.m4 19 Dec 2002 05:19:23 -0000 1.49 +++ apr_common.m4 15 Jan 2003 14:00:55 -0000 1.50 @@ -454,6 +454,7 @@ AC_MSG_CHECKING(for type of return code from strerror_r) AC_TRY_RUN([ #include +#include #include main() {