Re: [PHP-DEV] cvs: /php3 ChangeLog acconfig.h configure.in /php3/functions gd.c gdttf.c php3_gd.h From: Sascha Schumann (sascha <email protected>)
Date: 01/14/00

On Thu, Jan 13, 2000 at 12:43:05AM -0000, Marko Karppinen wrote:
> markonen Wed Jan 12 16:43:05 2000 EDT
>
> Modified files:
> /php3 ChangeLog acconfig.h configure.in
> /php3/functions gd.c gdttf.c php3_gd.h
> Log:
> Rewrote the problematic gd/freetype configure.in section from scratch,
> now gd doesn't get enabled if neither GIF nor PNG support is available.

    As I already told you privately, these changes break support
    for many (possibly broken) Red Hat installations where the
    ttf library is installed, but the header file is missing. The
    "yes" case-branch needs to check for the existence of the
    header file (truetype.h/freetype.h).

-- 

Regards,

Sascha Schumann Consultant

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>