You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2007/05/03 11:35:41 UTC

svn commit: r534764 - /apr/apr/branches/0.9.x/configure.in

Author: jorton
Date: Thu May  3 02:35:40 2007
New Revision: 534764

URL: http://svn.apache.org/viewvc?view=rev&rev=534764
Log:
*  configure.in: Fix comment for apr_off_t=long case.

Modified:
    apr/apr/branches/0.9.x/configure.in

Modified: apr/apr/branches/0.9.x/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/configure.in?view=diff&rev=534764&r1=534763&r2=534764
==============================================================================
--- apr/apr/branches/0.9.x/configure.in (original)
+++ apr/apr/branches/0.9.x/configure.in Thu May  3 02:35:40 2007
@@ -1202,7 +1202,7 @@
     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"'