[PATCH] --disable-ipv6

2001-08-14 Thread Sterling Hughes
Heyo, Attached is a small patch which adds a --disable-ipv6 support into APR (see also: STATUS file). What it basically does, is after, the test for IPv6's presence, it adds an AC_ARG_ENABLE() and "turns off" have_ipv6 if the user has given the --disable-ipv6 flag. -Sterl

Re: [PATCH] --disable-ipv6

2001-08-17 Thread Jeff Trawick
Sterling Hughes <[EMAIL PROTECTED]> writes: > Heyo, > > Attached is a small patch which adds a --disable-ipv6 support into > APR (see also: STATUS file). What it basically does, is after, the > test for IPv6's presence, it adds an AC_ARG_ENABLE() and "turns off" > have_ipv6 i