summaryrefslogtreecommitdiff
path: root/ext/ncurses
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2003-06-16 20:16:06 +0000
committerSara Golemon <pollita@php.net>2003-06-16 20:16:06 +0000
commitabd52d4efc4baf6475dd87ff99473f7218a4da3a (patch)
tree0561e4fd825389b73f72ec7b660abe54fbe5a880 /ext/ncurses
parent9aa14246d922dbbf28bd31d5db0873edec2fc127 (diff)
downloadphp-git-abd52d4efc4baf6475dd87ff99473f7218a4da3a.tar.gz
Bug #24210 : assume misspelled (and thereby not found during configure)
Diffstat (limited to 'ext/ncurses')
-rw-r--r--ext/ncurses/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ncurses/config.m4 b/ext/ncurses/config.m4
index 1bcab68f37..afdf58830b 100644
--- a/ext/ncurses/config.m4
+++ b/ext/ncurses/config.m4
@@ -56,7 +56,7 @@ if test "$PHP_NCURSES" != "no"; then
AC_CHECK_LIB($LIBNAME, color_set, [AC_DEFINE(HAVE_NCURSES_COLOR_SET, 1, [ ])])
AC_CHECK_LIB($LIBNAME, slk_color, [AC_DEFINE(HAVE_NCURSES_SLK_COLOR, 1, [ ])])
- AC_CHECK_LIB($LIBNAME, asume_default_colors, [AC_DEFINE(HAVE_NCURSES_ASSUME_DEFAULT_COLORS, 1, [ ])])
+ AC_CHECK_LIB($LIBNAME, assume_default_colors, [AC_DEFINE(HAVE_NCURSES_ASSUME_DEFAULT_COLORS, 1, [ ])])
AC_CHECK_LIB($LIBNAME, use_extended_names, [AC_DEFINE(HAVE_NCURSES_USE_EXTENDED_NAMES, 1, [ ])])
PHP_NEW_EXTENSION(ncurses, ncurses.c ncurses_fe.c ncurses_functions.c, $ext_shared, cli)