|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-08-07 15:48 UTC] alindeman@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 22:00:01 2025 UTC |
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