From: Rui Hirokawa Date: Sat, 6 Jan 2001 08:38:07 +0000 (+0000) Subject: fixed option name mismatch. X-Git-Tag: php-4.0.5RC1~712 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=337edb9cf43160c80f2be2afb3157f6ab09f095b;p=php fixed option name mismatch. --- 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)