From: foobar Date: Sat, 13 Jul 2002 04:06:26 +0000 (+0000) Subject: Fixed the undefined reference to 'gdttf' errors when using bundled GD lib. X-Git-Tag: dev~328 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e48f66729e917fa5573c7b446ad3877abe007c7;p=php Fixed the undefined reference to 'gdttf' errors when using bundled GD lib. # I removed that in the first place..don't remember why. :( --- 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