]> git.ipfire.org Git - thirdparty/mtr.git/commit
build-sys: use pkg-config to find ncurses
authorSami Kerola <kerolasa@iki.fi>
Thu, 18 Aug 2016 20:52:39 +0000 (21:52 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sun, 21 Aug 2016 14:51:42 +0000 (15:51 +0100)
commit4e2a948a167d9b8a0a63b46a423d4ae1519ad759
tree0194dfc0968f2ea22554bf7caf43054096e6a01b
parent5f8083d91d06cceddf9b74ab9b0a66504459f67f
build-sys: use pkg-config to find ncurses

The curses function attron() has been part of posix since 1997.  There is no
need to go-around for it.

Reference: http://pubs.opengroup.org/onlinepubs/7908799/xcurses/attron.html
Makefile.am
configure.ac
curses.c
display.c
split.c