]> granicus.if.org Git - php/commitdiff
fixed option name mismatch.
authorRui Hirokawa <hirokawa@php.net>
Sat, 6 Jan 2001 08:38:07 +0000 (08:38 +0000)
committerRui Hirokawa <hirokawa@php.net>
Sat, 6 Jan 2001 08:38:07 +0000 (08:38 +0000)
ext/gd/config.m4

index 78713a917d692babcd5ece5dc218eb6dc24fb82e..f470264c0448e570d2e1c62b8d3a0d3de411117a 100644 (file)
@@ -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)