X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=bb1f0dbc22b4519521ee47f7aef41dc2e6b0e532;hp=6b571977917f5d7fb9d557915a00a97380c09bfa;hb=1466e249e741e3ef907e8c48c2861742b676e255;hpb=1682633f65061247d90129b73650593261eed892 diff --git a/configure b/configure index 6b571977..bb1f0dbc 100755 --- a/configure +++ b/configure @@ -126,6 +126,17 @@ EOF exit 1 fi +printf "Checking for getline... " +if ! gcc -o getlinetest getlinetest.c > /dev/null 2>&1 +then + printf "No.\n" + have_getline=0 +else + printf "Yes.\n" + have_getline=1 +fi +rm -f getlinetest + cat < Makefile.config <