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 7e5fd50 commit bcdbc52Copy full SHA for bcdbc52
ext/gd/config.m4
@@ -112,10 +112,6 @@ AC_DEFUN(PHP_GD_FREETYPE2,[
112
PHP_ARG_WITH(freetype-dir, for freetype(2),
113
[ --with-freetype-dir=DIR GD: Set the path to freetype2 install prefix.])
114
115
- if test "$PHP_TTF" != "no"; then
116
- PHP_FREETYPE_DIR="no"
117
- fi
118
-
119
if test "$PHP_FREETYPE_DIR" != "no"; then
120
for i in /usr /usr/local $PHP_FREETYPE_DIR; do
121
if test -f "$i/include/freetype2/freetype/freetype.h"; then
0 commit comments