> > > > On Sat, 10 Nov 2007, Randall DuCharme wrote: > >> Ok this is strange. It looks like it's trying to compile ESI >> specific support in yet I've not done --enable-esi. In autoconf.h >> "#define ESI 0" is present. I've removed the -Werror flag for now >> so the multiple inclusion warning shouldn't be stopping anything: > > I'm pretty sure something else on solaris is #defining ESI behind > our backs. I've committed a change to rename "ESI" to "SQUID_ESI" > > Duane W. >
Could you make that 'USE_ESI' instead? that seems to be a defacto standard within squid for enabling components. Easier to keep things consistent. Amos
