summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2002-02-26 17:52:36 +0000
committerRasmus Lerdorf <rasmus@php.net>2002-02-26 17:52:36 +0000
commitbcdbc527b67731abeb0a27aefce299501f75ffd4 (patch)
tree7d6f888f4a41b8c90b4e195d31e3297dc9dc9cb4
parent7e5fd5048a4697d3d797d2b0bd3e01296c0b3c01 (diff)
downloadphp-git-bcdbc527b67731abeb0a27aefce299501f75ffd4.tar.gz
This line makes no sense to me
-rw-r--r--ext/gd/config.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4
index 06112fb948..72f32ddde6 100644
--- a/ext/gd/config.m4
+++ b/ext/gd/config.m4
@@ -112,10 +112,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