From: [EMAIL PROTECTED]
Operating system: FreeBSD 4.3
PHP version: 4.0.6
PHP Bug Type: *Compile Issues
Bug description: --enable-gd-native-ttf vs. --enable-gd-native-tt
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 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]