diff options
author | Pierre Joye <pajoye@php.net> | 2009-05-27 07:18:05 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-05-27 07:18:05 +0000 |
commit | 59ec80c5728552d1f21eae49ea522d4b9c9ac82d (patch) | |
tree | 61e0dedda0c47d84de421e0ca59628c74982132c /ext/gd/config.w32 | |
parent | e9d289289bb720aa86efe2fd6ddfcf47b57a4afe (diff) | |
download | php-git-59ec80c5728552d1f21eae49ea522d4b9c9ac82d.tar.gz |
- MFH: [DOC] always enable imagerotate (bundled or system gd)
Diffstat (limited to 'ext/gd/config.w32')
-rw-r--r-- | ext/gd/config.w32 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/gd/config.w32 b/ext/gd/config.w32 index 97c9a82bc5..aa0993bc4c 100644 --- a/ext/gd/config.w32 +++ b/ext/gd/config.w32 @@ -33,7 +33,8 @@ 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_arc.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_rotate.c", "gd"); AC_DEFINE('HAVE_LIBGD', 1, 'GD support'); ADD_FLAG("CFLAGS_GD", " \ /D HAVE_GD_DYNAMIC_CTX_EX=1 \ |