summaryrefslogtreecommitdiff
path: root/ext/gd/config.m4
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2017-09-25 02:37:42 +0200
committerPeter Kokot <peterkokot@gmail.com>2017-09-25 02:37:42 +0200
commit8c85d7b73262f76d2be01f49c6ffa6ddbb34ccf1 (patch)
treee53f6fb4026614e2184303d7cae7f4b98f3bb520 /ext/gd/config.m4
parented2a5ebaeb9fa1d78832ce08a2664bd3d47babbe (diff)
downloadphp-git-8c85d7b73262f76d2be01f49c6ffa6ddbb34ccf1.tar.gz
Fix PHP_GD_TTSTR: command not found warning in ext/gd
Diffstat (limited to 'ext/gd/config.m4')
-rw-r--r--ext/gd/config.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4
index 7fe9ed995e..7abbee4389 100644
--- a/ext/gd/config.m4
+++ b/ext/gd/config.m4
@@ -309,7 +309,6 @@ else
dnl Various checks for GD features
PHP_GD_ZLIB
- PHP_GD_TTSTR
PHP_GD_WEBP
PHP_GD_JPEG
PHP_GD_PNG
@@ -348,7 +347,7 @@ dnl
if test "$PHP_GD" != "no"; then
PHP_NEW_EXTENSION(gd, gd.c $extra_sources, $ext_shared,, \\$(GDLIB_CFLAGS))
- if test "$GD_MODULE_TYPE" = "builtin"; then
+ if test "$GD_MODULE_TYPE" = "builtin"; then
PHP_ADD_BUILD_DIR($ext_builddir/libgd)
GDLIB_CFLAGS="-I$ext_srcdir/libgd $GDLIB_CFLAGS"
GD_HEADER_DIRS="ext/gd/ ext/gd/libgd/"