mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Bug #24210 : assume misspelled (and thereby not found during configure)
This commit is contained in:
parent
9aa14246d9
commit
abd52d4efc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue