I have this and the same thing for htdbm in my tree, but I'm 
holding off committing since I was going to replace the whole
thing with a --enable-static-support-binaries (or some better name
if I can think of it).

I'm also planning on changing the binbuild script to call out
this parameter.

-aaron


On Sat, Feb 02, 2002 at 09:33:03PM -0000, [EMAIL PROTECTED] wrote:
> trawick     02/02/02 13:33:03
> 
>   Modified:    support  config.m4
>   Log:
>   finish implementing --enable-static-checkgid
>   
>   Revision  Changes    Path
>   1.3       +7 -0      httpd-2.0/support/config.m4
>   
>   Index: config.m4
>   ===================================================================
>   RCS file: /home/cvs/httpd-2.0/support/config.m4,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -r1.2 -r1.3
>   --- config.m4       30 Sep 2001 07:57:15 -0000      1.2
>   +++ config.m4       2 Feb 2002 21:33:03 -0000       1.3
>   @@ -43,3 +43,10 @@
>    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)
>   
>   
>   

Reply via email to