]> granicus.if.org Git - neomutt/commit
Look for ncurses headers in more dedicated locations first (#679)
authorPietro Cerutti <gahr@gahr.ch>
Thu, 20 Jul 2017 14:33:55 +0000 (15:33 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Jul 2017 14:33:55 +0000 (15:33 +0100)
commit08b85da8c6a3e40d306ccb35e1d0f2d03cc1c278
tree2ec732395861b28ffcb827975fd28f49673a9250
parentf9933f959e81ad20171a479eaadf2481f48aff34
Look for ncurses headers in more dedicated locations first (#679)

This solves a problem on FreeBSD, where the base system is shipped with
ncurses 5.9 (/usr/include/ncurses.h). When building against 3rd party
ncurses 6.0 from ports (/usr/local/include/ncurses/ncurses.h), the
configure script picks up the 5.9 headers and the 6.0 library. This
might cause problems, since 6.0 is not ABI compatible with 5.0.
configure.ac