diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-01-06 03:13:05 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-01-06 03:13:05 +0000 |
commit | c6513255ea6c80568472c317339f693f75c26407 (patch) | |
tree | adf426e1fac37716b3f5c477497380dcfcb55d83 /site | |
parent | 8a2fa23d332d33f23213fae762984a3dc665a300 (diff) |
site/sh-common: Add entry required to build the latest version of apr, which
is needed for subversion.
Diffstat (limited to 'site')
-rw-r--r-- | site/sh-common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/sh-common b/site/sh-common index 57afea2ee7..7165542ebe 100644 --- a/site/sh-common +++ b/site/sh-common @@ -37,6 +37,7 @@ ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} # apache ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes} apr_cv_process_shared_works=${apr_cv_process_shared_works=no} +apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes} ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4} ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no} |