]> granicus.if.org Git - php/commitdiff
fixed bug: #11641
authorfoobar <sniper@php.net>
Sun, 24 Jun 2001 15:56:05 +0000 (15:56 +0000)
committerfoobar <sniper@php.net>
Sun, 24 Jun 2001 15:56:05 +0000 (15:56 +0000)
ext/gd/config.m4

index ea75a9ec8f9e2cbbc8717ff080690b8339590c0c..7ea0d25a2b9cdfd6ef61a5213e550dbb7e463900 100644 (file)
@@ -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
 ])