ID: 12633
Updated by: alindeman
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: *Compile Issues
Operating System: FreeBSD 4.3
PHP Version: 4.0.6
New Comment:

has been fixed in CVS for a long time

Previous Comments:
------------------------------------------------------------------------

[2001-08-07 15:45:35] [EMAIL PROTECTED]

When configuring PHP it says to use --enable-gd-native-ttf, but if configure actually 
checks for --enable-gd-native-tt.

configure, line 496:

  --enable-gd-native-ttf    GD: Enable TrueType string function in gd"

configure, line 17676:

echo $ac_n "checking whether to enable truetype string function in gd""... $ac_c" 1>&6
echo "configure:17678: checking whether to enable truetype string function in gd" >&5
# Check whether --enable-gd-native-tt or --disable-gd-native-tt was given.
if test "${enable_gd_native_tt+set}" = set; then
  enableval="$enable_gd_native_tt"
  PHP_GD_NATIVE_TT=$enableval
else
  PHP_GD_NATIVE_TT=no
fi

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=12633&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to