summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2007-05-03 09:35:40 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2007-05-03 09:35:40 +0000
commit32a1d974fce02cc9b14fb64c8cd87f00e6621bc0 (patch)
tree02602de2cac03cac326e55d14a42c99888c85f6a
parent7b0e6ff42a9089b79aa42467dfdaf942e3b21600 (diff)
downloadlibapr-32a1d974fce02cc9b14fb64c8cd87f00e6621bc0.tar.gz
* configure.in: Fix comment for apr_off_t=long case.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@534764 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d5d7b39c2..59a305dc7 100644
--- a/configure.in
+++ b/configure.in
@@ -1202,7 +1202,7 @@ if test "$ac_cv_type_off_t" = "yes"; then
if test "${ac_cv_sizeof_off_t}${ac_cv_sizeof_long}" = "44"; 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"'