We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef165b4 commit fff6b18Copy full SHA for fff6b18
ext/gd/config.m4
@@ -177,7 +177,13 @@ dnl Various checks for GD features
177
], [ $GD_SHARED_LIBADD ], [char foobar () {}])
178
179
else
180
+ dnl for png.h in gd_compat (PNG_LIBPNG_VER_STRING)
181
+ PHP_GD_PNG
182
+ dnl for jpeglib.h in gd_compat (JPEG_LIB_VERSION)
183
+ PHP_GD_JPEG
184
+ dnl for X11/xpm.h in gd.c (XpmLibraryVersion)
185
PHP_GD_XPM
186
+ dnl for ft2build.h in gd.c (FREETYPE_MAJOR...)
187
PHP_GD_FREETYPE2
188
189
extra_sources="gd_compat.c"
0 commit comments