From: foobar Date: Tue, 3 Jul 2001 21:09:16 +0000 (+0000) Subject: This works better. X-Git-Tag: PRE_TSRM_MERGE_PATCH~283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7adb7db038f4020180f04d10431ebb7732fff96d;p=php This works better. --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index c16e81c732..82c8758d2f 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -143,7 +143,7 @@ AC_DEFUN(PHP_GD_T1LIB,[ done if test -n "$T1_DIR"; then - AC_CHECK_LIB(t1, T1_GetExtend, + AC_CHECK_LIB(t1, T1_LoadFont, [ AC_DEFINE(HAVE_LIBT1,1,[ ]) PHP_ADD_INCLUDE("$T1_DIR/include")