Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ax_with_curses.m4 to support pkg-config #546

Closed
wants to merge 1 commit into from

Commits on Nov 26, 2016

  1. Use pkg-config to detect ncurses

    Update ax_with_curses.m4 to latest version and use pkg-config as primary
    detection mechanism for ncurses. Latest version of ax_with_curses.m4
    supports pkg-config. This is important as libcurses is split into
    libcurses.so and libtinfo.so on many distros and linking against
    libcurses.so is not sufficiant. Pkg-config allows proper detection
    of necessary libs.
    
    Signed-off-by: Justin Lecher <jlec@gentoo.org>
    jlec committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    7582cac View commit details
    Browse the repository at this point in the history