diff options
author | Pierre Joye <pierre.php@gmail.com> | 2013-02-27 16:03:17 +0100 |
---|---|---|
committer | Pierre Joye <pierre.php@gmail.com> | 2013-02-27 16:03:17 +0100 |
commit | efffdb4d7f7f9ace99bcd935c528c60c57c577a6 (patch) | |
tree | b8fcf41a00fd7048f91347503f43d5ba4f8e2713 | |
parent | 98e43de7c59420240dc8ff12c9c1d80730ccb87a (diff) | |
download | php-git-efffdb4d7f7f9ace99bcd935c528c60c57c577a6.tar.gz |
- add only once
-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 901de82b23..ed3eab6c09 100644 --- a/ext/gd/config.w32 +++ b/ext/gd/config.w32 @@ -47,7 +47,7 @@ if (PHP_GD != "no") { 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_transform.c \ - gd_filter.c gd_pixelate.c gd_arc.c gd_rotate.c gd_color.c webpimg.c gd_webp.c gd_transform.c", "gd"); + gd_filter.c gd_pixelate.c gd_arc.c gd_rotate.c gd_color.c webpimg.c gd_webp.c", "gd"); AC_DEFINE('HAVE_LIBGD', 1, 'GD support'); ADD_FLAG("CFLAGS_GD", " \ /D HAVE_GD_DYNAMIC_CTX_EX=1 \ |