1--- configure.orig	2014-02-04 14:14:09.000000000 -0800
2+++ configure	2014-02-04 15:23:34.000000000 -0800
3@@ -26786,6 +26786,9 @@ case $host in
4         # Tru64: -H is for setting, not retrieving
5         APACHECTL_ULIMIT="ulimit -S -n \`ulimit -h -n\`"
6         ;;
7+    *-apple-darwin*)
8+        APACHECTL_ULIMIT=""
9+        ;;
10     *)
11         if TMP_ULIMIT=`ulimit -H -n` && ulimit -S -n $TMP_ULIMIT >/dev/null 2>&1; then
12             APACHECTL_ULIMIT="ulimit -S -n \`ulimit -H -n\`"
13@@ -26794,6 +26797,7 @@ case $host in
14         fi
15         ;;
16 esac
17+echo "checking ulimit for host ($host)... APACHECTL_ULIMIT=\"$APACHECTL_ULIMIT\" "
18
19