]> git.notmuchmail.org Git - notmuch/commitdiff
configure: Assimilate new getlinetest into recent configure conventions.
authorCarl Worth <cworth@cworth.org>
Wed, 2 Dec 2009 00:00:31 +0000 (16:00 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 2 Dec 2009 00:33:25 +0000 (16:33 -0800)
We're now using printf to print what we're checking before we check. We're
also making variables such as HAVE_GETLINE available to both make and to
the C pre-processor.

With this, the local getline implementation is now only compiled if not
available on the system.


No differences found