From 1e48f66729e917fa5573c7b446ad3877abe007c7 Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 13 Jul 2002 04:06:26 +0000 Subject: [PATCH] Fixed the undefined reference to 'gdttf' errors when using bundled GD lib. # I removed that in the first place..don't remember why. :( --- ext/gd/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0