]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Don't insist on curses for CLI support.
authorAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 11:11:46 +0000 (12:11 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 11:21:26 +0000 (12:21 +0100)
commit185c678ccd84e5664aee84f179e88e1bca7bf7d7
tree30e4cb1dc5e63d5b3d88d2b89692e3421fdc36f5
parent474d4d8bf17d1c0844f5073de7eace9b743ab820
build: Don't insist on curses for CLI support.

On systems without curses headers/libs, support for interactive
cli tools is deactivated and a message is shown which claims that
readline depends on the curses library. This is not true: readline
uses the termcap functions, but does not link with the termcap or
curses library itself.  Applications must choose an appropriate
library that provides these functions.

This change should enable readline support on systems that have
libtermcap but no curses library.
configure.ac