Is this an error in gd's configure ? (after running phpize on the extension) approx line# 1977 : if test "$php_always_shared" = "yes"; then ext_output="yes, shared" ext_shared=yes test "$PHP_XPM_DIR" = "no" && PHP_XPM_DIR=yes ## <-- WHY FORCE NO TO YES ?? fi It seems like its mandating PHP_XPM_DIR=yes even if --without-xpm-dir is given to gd's configure. --Roshan -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP-DEV] GD :: configure bug ?? NAIK,ROSHAN (HP-Cupertino,ex1)
- Re: [PHP-DEV] GD :: configure bug ?? Jani Taskinen