]> granicus.if.org Git - apache/commitdiff
finish implementing --enable-static-checkgid
authorJeff Trawick <trawick@apache.org>
Sat, 2 Feb 2002 21:33:03 +0000 (21:33 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 2 Feb 2002 21:33:03 +0000 (21:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93187 13f79535-47bb-0310-9956-ffa450edef68

support/config.m4

index bbaf0f3e83e734133b6b8cb174d48a0a196d5dd8..f04ae26b0c93a7ce7ced34a84619a06516f2bc87 100644 (file)
@@ -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)