summaryrefslogtreecommitdiff
path: root/support/config.m4
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-02-02 21:33:03 +0000
committerJeff Trawick <trawick@apache.org>2002-02-02 21:33:03 +0000
commite39e40da73c0bb32b9839473f923ba7328a2e9a6 (patch)
treed860b5309c91e6cbd312517d445cd02b920d20f5 /support/config.m4
parentabb52d40bfa32fbb3fd10bc0d72a617cd244060b (diff)
downloadhttpd-e39e40da73c0bb32b9839473f923ba7328a2e9a6.tar.gz
finish implementing --enable-static-checkgid
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93187 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/config.m4')
-rw-r--r--support/config.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/support/config.m4 b/support/config.m4
index bbaf0f3e83..f04ae26b0c 100644
--- a/support/config.m4
+++ b/support/config.m4
@@ -43,3 +43,10 @@ if test "$enableval" = "yes" ; then
fi
])
APACHE_SUBST(ab_LTFLAGS)
+
+AC_ARG_ENABLE(static-checkgid,APACHE_HELP_STRING(--enable-static-checkgid,Build a statically linked version of checkgid),[
+if test "$enableval" = "yes" ; then
+ checkgid_LTFLAGS="-static"
+fi
+])
+APACHE_SUBST(checkgid_LTFLAGS)