diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2002-01-04 14:15:51 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2002-01-04 14:15:51 +0000 |
commit | 0195cc83649da0ac95935a2abc3408c5ee69b810 (patch) | |
tree | 22c82962a34ad8a08f5abc97a7956804bccfcfab | |
parent | 25534467c7431b91f902167593202daadef283e7 (diff) | |
download | php-git-0195cc83649da0ac95935a2abc3408c5ee69b810.tar.gz |
ncurses is useless in webserver modules
-rw-r--r-- | ext/ncurses/config.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/ncurses/config.m4 b/ext/ncurses/config.m4 index c4917990cc..1cdda4fd0b 100644 --- a/ext/ncurses/config.m4 +++ b/ext/ncurses/config.m4 @@ -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" |