Skip to content

Commit bcdbc52

Browse files
committed
This line makes no sense to me
1 parent 7e5fd50 commit bcdbc52

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/gd/config.m4

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ AC_DEFUN(PHP_GD_FREETYPE2,[
112112
PHP_ARG_WITH(freetype-dir, for freetype(2),
113113
[ --with-freetype-dir=DIR GD: Set the path to freetype2 install prefix.])
114114
115-
if test "$PHP_TTF" != "no"; then
116-
PHP_FREETYPE_DIR="no"
117-
fi
118-
119115
if test "$PHP_FREETYPE_DIR" != "no"; then
120116
for i in /usr /usr/local $PHP_FREETYPE_DIR; do
121117
if test -f "$i/include/freetype2/freetype/freetype.h"; then

0 commit comments

Comments
 (0)