From: Sara Golemon Date: Mon, 16 Jun 2003 20:17:13 +0000 (+0000) Subject: MFH (r-1.14) Bug #24210 : assume misspelled (and thereby not found during configure) X-Git-Tag: php-4.3.3RC1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33ba2503c6f7f7187147eafae39d0f24dd2e749d;p=php MFH (r-1.14) Bug #24210 : assume misspelled (and thereby not found during configure) --- 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)