On Thu, Feb 19, 2009 at 5:54 PM, Kinkie <[email protected]> wrote:
> On Wed, Feb 18, 2009 at 3:19 AM, Amos Jeffries <[email protected]> wrote:
>> might help if I attached the bundle.
>
>
> It seems that this is breaking the build for me in the negotiate
> helpers subtree, due to a missing include path which I have some
> troubles fixing:
Ok, got it.
In helpers/negotiate_auth/squid_kerb_auth/configure.in, please change:
CPPFLAGS="$CPPFLAGS -I$ac_p_include -I../../../ -I../../../include/
-I$squid_dir/include -I$squid_dir/src"
into
CPPFLAGS="$CPPFLAGS -I$ac_p_include -I../../../ -I../../../include/
-I$squid_dir/include -I$squid_dir/src -I$squid_dir"
--
/kinkie