summaryrefslogtreecommitdiff
path: root/support/config.m4
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-04-07 19:32:49 +0000
committerJeff Trawick <trawick@apache.org>2011-04-07 19:32:49 +0000
commit68889a9dae0dc0464cb40e420e9dfd680ea79bff (patch)
treec77bd481ec3ce49261d7bd37dd5a4740c060df6b /support/config.m4
parentf97551a62584a7ce0b1a8e8d43381653aabfc35f (diff)
downloadhttpd-68889a9dae0dc0464cb40e420e9dfd680ea79bff.tar.gz
don't build checkgid or fcgistarter on MinGW
PR: 49535 (subset of reported issues, replacement for supplied patch) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089950 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/config.m4')
-rw-r--r--support/config.m414
1 files changed, 14 insertions, 0 deletions
diff --git a/support/config.m4 b/support/config.m4
index 99bf7f7a5b..4865e38ec2 100644
--- a/support/config.m4
+++ b/support/config.m4
@@ -114,6 +114,20 @@ fi
])
APACHE_SUBST(fcgistarter_LTFLAGS)
+# Configure or check which of the non-portable support programs can be enabled.
+
+NONPORTABLE_SUPPORT=""
+case $host in
+ *mingw*)
+ ;;
+ *)
+ NONPORTABLE_SUPPORT="checkgid fcgistarter"
+ ;;
+esac
+APACHE_SUBST(NONPORTABLE_SUPPORT)
+
+# Configure the ulimit -n command used by apachectl.
+
case $host in
*aix*)
# this works in any locale, unlike the default command below, which