summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2002-01-04 14:15:51 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2002-01-04 14:15:51 +0000
commit0195cc83649da0ac95935a2abc3408c5ee69b810 (patch)
tree22c82962a34ad8a08f5abc97a7956804bccfcfab
parent25534467c7431b91f902167593202daadef283e7 (diff)
downloadphp-git-0195cc83649da0ac95935a2abc3408c5ee69b810.tar.gz
ncurses is useless in webserver modules
-rw-r--r--ext/ncurses/config.m42
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"