]> granicus.if.org Git - php/commitdiff
Fix PHP_GD_TTSTR: command not found warning in ext/gd
authorPeter Kokot <peterkokot@gmail.com>
Mon, 25 Sep 2017 00:37:42 +0000 (02:37 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Mon, 25 Sep 2017 00:37:42 +0000 (02:37 +0200)
ext/gd/config.m4

index 7fe9ed995efaa05f55d2219269094d76ee4a0fda..7abbee4389c36e95f5d39642973925572a6e8825 100644 (file)
@@ -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/"