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

configure.ac ncurses detection bugfix #194

Merged
merged 1 commit into from
Apr 16, 2012
Merged

configure.ac ncurses detection bugfix #194

merged 1 commit into from
Apr 16, 2012

Commits on Apr 16, 2012

  1. Fix ncurses detection at configure time

    There appears to be a typo/thinko in the ncurses detection
    stuff in configure.ac.  The fallout was that on a Linux host
    without ncurses-devel installed, "./configure" failed to find
    curses.h but claimed overall success, then the build failed
    later during make.  This patch removes an extraneous comma, which
    seems to make it both fail and succeed correctly when it should.
    blblack committed Apr 16, 2012
    Configuration menu
    Copy the full SHA
    6c04291 View commit details
    Browse the repository at this point in the history