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"'