Hello there,
I just received this message on squid-users. Will try it out tonight. Maybe someone is interested in it and can commit it to CVS if it works.
Thanks Florian
-------- Original-Nachricht --------
Betreff: Re: [squid-users] ICAP patch for STABLE6 version
Datum: Wed, 15 Sep 2004 15:00:12 +0200
Von: Stephane DAVY <[EMAIL PROTECTED]>
An: [EMAIL PROTECTED]
Referenzen: <[EMAIL PROTECTED]>
Le lundi 06 septembre 2004 � 17:14 +0200, [EMAIL PROTECTED] a �crit :
Hello,
I am searching for an ICAP patch for the current STABLE6 version of Squid. On www.webwasher.com/squid-icap, there are only patched STABLE5 versions. The CVS patch and the provided daily tarballs don't work. I run bootstrap.sh and receive an error that bootstrapping has failed.
Anyone knows where to get a working patch for 2.5.STABLE6?
please find as attached a little patch for your bootstrap problem. Don't forget that you need automake 1.5
Regards,
-- Stephane DAVY <[EMAIL PROTECTED]>
--- configure.in 2004-09-15 14:42:57.000000000 +0200 +++ configure.in.new 2004-09-15 14:45:25.000000000 +0200 @@ -1750,6 +1750,7 @@ srandom \ statfs \ strnstr \ + strcasestr \ sysconf \ syslog \ timegm \ @@ -1787,6 +1788,12 @@ if test "$ac_cv_func_strnstr" = "no" || test "$ac_cv_func_vstrnstr" = "no" ; then AM_CONDITIONAL(NEED_OWN_STRNSTR, true) fi + +AM_CONDITIONAL(NEED_OWN_STRCASESTR, false) +if test "$ac_cv_func_strcasestr" = "no" || test "$ac_cv_func_vstrcasestr" = "no"; then + AM_CONDITIONAL(NEED_OWN_STRCASESTR, true) +fi + dnl dnl Test for va_copy
