X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=90a399cab63d736192e18840e58fd82890dcca3e;hp=5af7852379f494379a320043e9ebacb515c24ef2;hb=d09154465aeae727e93a4abf54ff8f3bf0bdab76;hpb=25f3185ad088673cb00f4f3ecba60cd9614bbc40 diff --git a/configure b/configure index 5af78523..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 <