From 242b8af6aa1a564d883296070d7895fb1960c79f Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 24 Jun 2001 15:56:05 +0000 Subject: [PATCH] fixed bug: #11641 --- ext/gd/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index ea75a9ec8f..7ea0d25a2b 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -162,10 +162,10 @@ AC_DEFUN(PHP_GD_T1LIB,[ ]) AC_DEFUN(PHP_GD_TTSTR,[ - PHP_ARG_ENABLE(gd-native-tt, whether to enable truetype string function in gd, + PHP_ARG_ENABLE(gd-native-ttf, whether to enable truetype string function in gd, [ --enable-gd-native-ttf GD: Enable TrueType string function in gd]) - if test "$PHP_GD_NATIVE_TT" = "yes"; then + if test "$PHP_GD_NATIVE_TTF" = "yes"; then AC_DEFINE(USE_GD_IMGSTRTTF, 1, [ ]) fi ]) -- 2.40.0