com php-src: fix command not found warning in ext/gd: ext/gd/config.m4
[email protected] (Nikita Popov)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 2c929943e6ccf4932677860a72201dc98bca121a Author: Tom Van Looy <[email protected]> Fri, 24 Feb 2017 22:25:51 +0100 Committer: Nikita Popov <[email protected]> Fri, 24 Feb 2017 23:27:54 +0100 Parents: 1817a8622d0e3b54db3824c58540d20e3c2a11c7 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=2c929943e6ccf4932677860a72201dc98bca121a Log: fix command not found warning in ext/gd ./configure: line 32011: PHP_GD_TTSTR: command not found Changed paths: M ext/gd/config.m4 Diff: diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index f3f736b..83bec59 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -240,7 +240,6 @@ dnl PNG is required by GD library dnl Various checks for GD features PHP_GD_ZLIB - PHP_GD_TTSTR PHP_GD_WEBP PHP_GD_JPEG PHP_GD_PNG