Re: [PATCH] Check setupterm() in libtinfo also

2013-10-05 Thread Nicholas Marriott
Go for it, thanks. On Thu, Oct 03, 2013 at 05:39:08PM +0100, Thomas wrote: > From: Thomas Adam > > Some ncurses packages have build time configuration options to separate its > different parts into separate libraries. Some Linux distributions in > particular separate out the terminfo routines

[PATCH] Check setupterm() in libtinfo also

2013-10-03 Thread Thomas
From: Thomas Adam Some ncurses packages have build time configuration options to separate its different parts into separate libraries. Some Linux distributions in particular separate out the terminfo routines in to libtinfo. This change teaches configure that setupterm() can also be found there