X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=bb1f0dbc22b4519521ee47f7aef41dc2e6b0e532;hp=1b5f7e04eee3f584ac4c8a56d1c58d03dc221d06;hb=650f6ac573ae6d08dbd2752fe58e670b28fee957;hpb=3054bc462c8f31965f342808fce48c72f2858cfc diff --git a/configure b/configure index 1b5f7e04..bb1f0dbc 100755 --- a/configure +++ b/configure @@ -126,12 +126,14 @@ EOF exit 1 fi +printf "Checking for getline... " if ! gcc -o getlinetest getlinetest.c > /dev/null 2>&1 then - echo "Checking for getline... No." - getline=-Dgetline=_notmuch_getline + printf "No.\n" + have_getline=0 else - echo "Checking for getline... Yes." + printf "Yes.\n" + have_getline=1 fi rm -f getlinetest @@ -148,5 +150,6 @@ EOF # construct the Makefile.config cat > Makefile.config <