mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
Really fix it this time..
This commit is contained in:
parent
e3797ab76a
commit
71b0e91bad
@ -289,6 +289,10 @@ dnl enable the support in bundled GD library
|
||||
GDLIB_CFLAGS="$GDLIB_CFLAGS -DHAVE_LIBFREETYPE"
|
||||
fi
|
||||
|
||||
if test -n "$TTF_DIR"; then
|
||||
GDLIB_CFLAGS="$GDLIB_CFLAGS -DHAVE_LIBTTF"
|
||||
fi
|
||||
|
||||
PHP_SUBST(GDLIB_CFLAGS)
|
||||
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user