From 32a1d974fce02cc9b14fb64c8cd87f00e6621bc0 Mon Sep 17 00:00:00 2001 From: jorton Date: Thu, 3 May 2007 09:35:40 +0000 Subject: * 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"' -- cgit v1.2.1