X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=configure;h=90a399cab63d736192e18840e58fd82890dcca3e;hb=d09154465aeae727e93a4abf54ff8f3bf0bdab76;hp=959c65aa74f7402ad29b0a2ae94291313a85b22e;hpb=a7a961c510a87dc8af2842decabcbc9ecb7c1139;p=notmuch diff --git a/configure b/configure index 959c65aa..90a399ca 100755 --- a/configure +++ b/configure @@ -310,6 +310,17 @@ else fi rm -f compat/have_getline +printf "Checking for strcasestr... " +if ${CC} -o compat/have_strcasestr compat/have_strcasestr.c > /dev/null 2>&1 +then + printf "Yes.\n" + have_strcasestr=1 +else + printf "No (will use our own instead).\n" + have_strcasestr=0 +fi +rm -f compat/have_strcasestr + cat <