ncurses is useless in webserver modules

This commit is contained in:
Hartmut Holzgraefe 2002-01-04 14:15:51 +00:00
parent 25534467c7
commit 0195cc8364

View File

@ -6,6 +6,8 @@ PHP_ARG_WITH(ncurses, for ncurses support,
[ --with-ncurses[=DIR] Include ncurses support.])
if test "$PHP_NCURSES" != "no"; then
PHP_CHECK_INTERACTIVE(ncurses)
# --with-ncurses -> check with-path
SEARCH_PATH="/usr/local /usr"
SEARCH_FOR="/include/curses.h"