From:             admin at the66 dot org
Operating system: Redhat 7.2
PHP version:      4CVS-2003-06-16 (stable)
PHP Bug Type:     *Configuration Issues
Bug description:  ext/ncurses

Description:
------------
you should modify your config.m4 for correct detecting pressence of
assume_default_colors()
diff follows..

--- config.m4   Mon Jun 16 21:44:28 2003
+++ config.m4.new       Mon Jun 16 21:49:57 2003
@@ -56,7 +56,7 @@
  
    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)



-- 
Edit bug report at http://bugs.php.net/?id=24210&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24210&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24210&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24210&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24210&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24210&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24210&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24210&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24210&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24210&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24210&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24210&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24210&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24210&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24210&r=gnused

Reply via email to