Commit 9cec566c authored by Anders Kaseorg's avatar Anders Kaseorg Committed by Keith Winstein
Browse files

Find ncurses from pkg-config if possible, and prefer separate libtinfo



Recent ncurses can be configured --with-termlib, which splits out the
terminfo-level functions from libncurses into a separate libtinfo.
This allows us to avoid an unnecessary dependency on libncurses.  (We
already avoided this on distributions that link with -Wl,--as-needed.)

Signed-off-by: default avatarAnders Kaseorg <andersk@mit.edu>

Closes #128 github pull request.
parent fd0ddf0e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment