From be2078bb737cee4838cd9678e36b96e95df32cf4 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sat, 13 Apr 2002 05:43:14 +0000 Subject: [PATCH] oops --- 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 36ce25e1f5..9963eb9fdd 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -215,7 +215,7 @@ if test "$PHP_GD" == "php"; then libgd/gdxpm.c libgd/gdfontt.c libgd/gdfonts.c libgd/gdfontmb.c libgd/gdfontl.c \ libgd/gdfontg.o 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(mysql, gd.c gdcache.c gdttf.c gdt1.c $sources, $ext_shared,,-I@ext_srcdir@/libgd) + PHP_NEW_EXTENSION(gd, gd.c gdcache.c gdttf.c gdt1.c $sources, $ext_shared,,-I@ext_srcdir@/libgd) PHP_ADD_BUILD_DIR($ext_builddir/libgd) else if test "$PHP_GD" != "no"; then -- 2.50.1