From 337edb9cf43160c80f2be2afb3157f6ab09f095b Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Sat, 6 Jan 2001 08:38:07 +0000 Subject: [PATCH] fixed option name mismatch. --- ext/gd/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 78713a917d..f470264c04 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -63,7 +63,7 @@ AC_DEFUN(PHP_GD_CHECK_VERSION,[ AC_MSG_CHECKING(whether to enable truetype string function in gd) AC_ARG_ENABLE(gd-native-ttf, -[ --enable-gd-imgstrttf Enable TrueType string function in gd],[ +[ --enable-gd-native-ttf Enable TrueType string function in gd],[ if test "$enableval" = "yes" ; then AC_DEFINE(USE_GD_IMGSTRTTF, 1, [ ]) AC_MSG_RESULT(yes) -- 2.40.0