Ticket #22032: configure.patch

File configure.patch, 548 bytes (added by gwynne@…, 14 years ago)

Quick patch to make things work again.

  • configure.in

    old new  
    16131613    else
    16141614        AC_ERROR([could not determine the size of off_t])
    16151615    fi
    1616     # Per OS tuning...
    1617     case $host in
    1618     *apple-darwin10.*)
    1619         # off_t is a long long, but long == long long
    1620         if test "$ac_cv_sizeof_long" = "$ac_cv_sizeof_long_long"; then
    1621             off_t_fmt='#define APR_OFF_T_FMT "lld"'
    1622         fi
    1623         ;;
    1624     esac
    16251616else
    16261617   # Fallback on int
    16271618   off_t_value=apr_int32_t