php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12633 --enable-gd-native-ttf vs. --enable-gd-native-tt
Submitted: 2001-08-07 15:45 UTC Modified: 2001-08-07 15:48 UTC
From: philip at adhesivemedia dot com Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 4.0.6 OS: FreeBSD 4.3
Private report: No CVE-ID: None
 [2001-08-07 15:45 UTC] philip at adhesivemedia dot com
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-07 15:48 UTC] alindeman@php.net
has been fixed in CVS for a long time
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC