Include ncurses tinfo library if found.
authorKevin McCarthy <kevin@8t8.us>
Thu, 30 Jun 2016 01:58:48 +0000 (18:58 -0700)
committerKevin McCarthy <kevin@8t8.us>
Thu, 30 Jun 2016 01:58:48 +0000 (18:58 -0700)
commitde776ea39f9a7324a9610b5c1809c985e7126a6d
tree96c3a989174594eda33d4b316463fdc93ecfd21e
parent681be3d2a8d5e00e2a9f8423c8924bcdc28813d5
Include ncurses tinfo library if found.

Thanks to Fabian Groffen for reporting this issue and providing a
couple possible patches.  From Fabian's report:

  For some time now, ncurses can be built in a mode where the low level
  terminfo functionality lives in a separate lib called libtinfo.
  Because some people do, this means Mutt needs to include this
  library in that case to avoid linking errors [...]
configure.ac