]> git.notmuchmail.org Git - notmuch/commit
Add test to configure script to detect getline
authorJeffrey C. Ollie <jeff@ocjtech.us>
Mon, 23 Nov 2009 18:14:15 +0000 (12:14 -0600)
committerCarl Worth <cworth@cworth.org>
Wed, 2 Dec 2009 00:33:25 +0000 (16:33 -0800)
commit3054bc462c8f31965f342808fce48c72f2858cfc
tree4fa57e83d9baf41b5ae4e30f4fd6a6c2149019a7
parent1682633f65061247d90129b73650593261eed892
Add test to configure script to detect getline

Add a simple test to the configure script to detect getline.  It's not
important that the test run, just that it compiles and links without
any errors.

Signed-off-by: Jeffrey C. Ollie <jeff@ocjtech.us>
configure
getlinetest.c [new file with mode: 0644]