diff options
author | foobar <sniper@php.net> | 2002-07-13 04:06:26 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-07-13 04:06:26 +0000 |
commit | 1e48f66729e917fa5573c7b446ad3877abe007c7 (patch) | |
tree | d3a95341288c300327813bfbd7055673c027b8ca | |
parent | 4994b58c0b372e3ea67253824e307ef076350ae6 (diff) | |
download | php-git-1e48f66729e917fa5573c7b446ad3877abe007c7.tar.gz |
Fixed the undefined reference to 'gdttf' errors when using bundled GD lib.
# I removed that in the first place..don't remember why. :(
-rw-r--r-- | ext/gd/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 527d5afedd..e884a91cfe 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -237,7 +237,7 @@ if test "$PHP_GD" = "php"; then libgd/gdfontg.c libgd/gdtables.c libgd/gdft.c libgd/gdcache.c libgd/gdkanji.c \ libgd/wbmp.c libgd/gd_wbmp.c libgd/gdhelpers.c libgd/gd_topal.c" - PHP_NEW_EXTENSION(gd, gd.c $sources, $ext_shared,, \\$(GDLIB_CFLAGS)) + PHP_NEW_EXTENSION(gd, gd.c gdttf.c $sources, $ext_shared,, \\$(GDLIB_CFLAGS)) PHP_ADD_BUILD_DIR($ext_builddir/libgd) dnl PNG is required by GD library |