Re: [PATCH] Add simplistic reimplementation of strcasestr to compat library

Subject: Re: [PATCH] Add simplistic reimplementation of strcasestr to compat library

Date: Tue, 13 Apr 2010 06:20:01 +0200

To: Dirk Hohndel

Cc: notmuch@notmuchmail.org

From: Tomas Carnecky


On 4/13/10 6:10 AM, Dirk Hohndel wrote:
>
> While all systems that I have access to support strcasestr, it is
> in fact not part of POSIX. So here's a fallback reimplementation
> based on POSIX functions.

Your patch is missing the part where it adds -DHAVE_STRCASESTR=.. to 
CONFIGURE_C{XX,}FLAGS.

And I still have to figure out the licencing of my patch (need to wait 
for the original author to respond). So maybe your patch, with the 
missing parts added, is better.

tom


Thread: