If I do a

  ./configure --with-gd

Without actually having GD installed in a standard location the configure
script decides to statically link it instead of raising an error:

  checking whether to include GD support... yes (static)

And then the make will bomb when gcc can't find the gd headers.

Is this supposed to be or is it a bug?


Regards,
Fredrik

-- 
Do fish get thirsty?

Fredrik Öhrn                               Chalmers University of Technology
[EMAIL PROTECTED]                                                  Sweden


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to