From: Rui Hirokawa Date: Thu, 7 Mar 2002 22:27:14 +0000 (+0000) Subject: revert my patch to fix freetype2 related problem. X-Git-Tag: php-4.2.0RC1~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f9949dc2a8a0ede28aeaabf58d199f25c1c5bc1;p=php revert my patch to fix freetype2 related problem. --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 34e710c489..f2723db7b8 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -126,10 +126,6 @@ AC_DEFUN(PHP_GD_FREETYPE2,[ PHP_ARG_WITH(freetype-dir, for freetype(2), [ --with-freetype-dir=DIR GD: Set the path to freetype2 install prefix.]) - if test "$PHP_TTF" != "no"; then - PHP_FREETYPE_DIR="no" - fi - if test "$PHP_FREETYPE_DIR" != "no"; then for i in /usr /usr/local $PHP_FREETYPE_DIR; do if test -f "$i/include/freetype2/freetype/freetype.h"; then