diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-07-22 12:01:58 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-07-22 12:01:58 +0200 |
commit | ebe91a00663ded38af24963384cf1903d0641b12 (patch) | |
tree | 2b4a7704cbbc3a5e5322cc74170f8d0f8d1cf402 /ext/gd/php_gd.h | |
parent | 8092604ec221f0967536e0b745135bfabf392e07 (diff) | |
parent | d3d3404db7e8b82e171bfb119c69dc6770502ae4 (diff) | |
download | php-git-ebe91a00663ded38af24963384cf1903d0641b12.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Drop superfluous ENABLE_GD_TTF
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 2b11364753..607dc65a71 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -20,12 +20,6 @@ #ifndef PHP_GD_H #define PHP_GD_H -#if HAVE_LIBFREETYPE -# ifndef ENABLE_GD_TTF -# define ENABLE_GD_TTF -# endif -#endif - #if defined(HAVE_LIBGD) || defined(HAVE_GD_BUNDLED) /* open_basedir and safe_mode checks */ |