Browse Source

fixed bug: #11641

experimental/pre_new_hash_func
foobar 25 years ago
parent
commit
242b8af6aa
  1. 4
      ext/gd/config.m4

4
ext/gd/config.m4

@ -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
])

Loading…
Cancel
Save