Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 26545 invoked from network); 31 Mar 2004 12:51:31 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 31 Mar 2004 12:51:31 -0000 Received: (qmail 9584 invoked by uid 500); 31 Mar 2004 12:51:29 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 9543 invoked by uid 500); 31 Mar 2004 12:51:29 -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 9524 invoked from network); 31 Mar 2004 12:51:29 -0000 Date: 31 Mar 2004 12:51:30 -0000 Message-ID: <20040331125130.26514.qmail@minotaur.apache.org> From: jorton@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 X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jorton 2004/03/31 04:51:30 Modified: . configure.in Log: * configure.in: Clarify comment. Revision Changes Path 1.577 +1 -1 apr/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/apr/configure.in,v retrieving revision 1.576 retrieving revision 1.577 diff -w -d -u -r1.576 -r1.577 --- configure.in 27 Mar 2004 13:11:17 -0000 1.576 +++ configure.in 31 Mar 2004 12:51:28 -0000 1.577 @@ -1207,7 +1207,7 @@ elif test "${ac_cv_sizeof_off_t}x${ac_cv_sizeof_long}" = "4x4"; then # Special case: off_t may change size with _FILE_OFFSET_BITS # on 32-bit systems with LFS support. To avoid compatibility - # with other software which may export _FILE_OFFSET_BITS, + # issues when other packages do define _FILE_OFFSET_BITS, # hard-code apr_off_t to long. off_t_value=long off_t_fmt='#define APR_OFF_T_FMT "ld"'