]> granicus.if.org Git - procps-ng/commitdiff
Merge branch 'pkg-config-ncursesw' into 'master'
authorCraig Small <csmall@enc.com.au>
Mon, 15 Aug 2016 11:16:21 +0000 (11:16 +0000)
committerCraig Small <csmall@enc.com.au>
Mon, 15 Aug 2016 11:16:21 +0000 (11:16 +0000)
configure.ac: use pkg-config to get ncursesw header location

Don't assume ncursesw headers are in ../usr/include/ncursesw/..
On a pure build/system without legacy ncurses that may not be true.
Since we're using pkg-config let it provide the correct include path.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
See merge request !23


Trivial merge