diff options
author | Pierre Joye <pajoye@php.net> | 2009-05-26 20:14:31 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-05-26 20:14:31 +0000 |
commit | a008f130cdb05850b960340b9cb2b9ecf080c00d (patch) | |
tree | 0c58139a81a99cccad6c3321b522e038c2520628 /ext/gd/config.w32 | |
parent | 1296356489f3c5d579187b85108e34ed1f46b5be (diff) | |
download | php-git-a008f130cdb05850b960340b9cb2b9ecf080c00d.tar.gz |
- MFH: [DOC] - add image(filled)ellipse to the compat layer (work around a bug in debian too, function is declared but not present in the lib...)
Diffstat (limited to 'ext/gd/config.w32')
-rw-r--r-- | ext/gd/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/config.w32 b/ext/gd/config.w32 index d59422da1f..97c9a82bc5 100644 --- a/ext/gd/config.w32 +++ b/ext/gd/config.w32 @@ -33,7 +33,7 @@ if (PHP_GD != "no") { gdcache.c gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c \ gdft.c gd_gd2.c gd_gd.c gd_gif_in.c gd_gif_out.c gdhelpers.c gd_io.c gd_io_dp.c \ gd_io_file.c gd_io_ss.c gd_jpeg.c gdkanji.c gd_png.c gd_ss.c \ - gdtables.c gd_topal.c gd_wbmp.c gdxpm.c wbmp.c xbm.c gd_security.c gd_filter.c gd_pixelate.c", "gd"); + gdtables.c gd_topal.c gd_wbmp.c gdxpm.c wbmp.c xbm.c gd_security.c gd_filter.c gd_pixelate.c gd_arc.c", "gd"); AC_DEFINE('HAVE_LIBGD', 1, 'GD support'); ADD_FLAG("CFLAGS_GD", " \ /D HAVE_GD_DYNAMIC_CTX_EX=1 \ |