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 d40ae97 commit d9d55f0Copy full SHA for d9d55f0
ext/gd/config.m4
@@ -265,6 +265,10 @@ if test "$PHP_GD" != "no"; then
265
AC_DEFINE([HAVE_GD_BUNDLED], [1],
266
[Define to 1 if gd extension uses GD library bundled in PHP.])
267
268
+ AC_DEFINE([HAVE_GD_GET_INTERPOLATION], [1],
269
+ [Define to 1 if GD library has the 'gdImageGetInterpolationMethod'
270
+ function.])
271
+
272
dnl Various checks for GD features
273
PHP_SETUP_ZLIB([GD_SHARED_LIBADD])
274
PHP_GD_PNG
0 commit comments