Ticket #22032: configure.patch
File configure.patch, 548 bytes (added by gwynne@…, 15 years ago) |
---|
-
configure.in
old new 1613 1613 else 1614 1614 AC_ERROR([could not determine the size of off_t]) 1615 1615 fi 1616 # Per OS tuning...1617 case $host in1618 *apple-darwin10.*)1619 # off_t is a long long, but long == long long1620 if test "$ac_cv_sizeof_long" = "$ac_cv_sizeof_long_long"; then1621 off_t_fmt='#define APR_OFF_T_FMT "lld"'1622 fi1623 ;;1624 esac1625 1616 else 1626 1617 # Fallback on int 1627 1618 off_t_value=apr_int32_t