From 7ed678f819a3a8a53b757967119c0e5e9957b328 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 30 Sep 1999 20:04:52 +0000 Subject: [PATCH] Fix typo--GD_* is for shared build mode. --- 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 35bac5b5469..50fdafc4d91 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -101,7 +101,7 @@ if test "$ac_cv_lib_gd_gdImageLine" = "yes"; then else if test -n "$TTF_DIR" ; then AC_DEFINE(HAVE_LIBTTF) - if test "$shared" != "yes"; then + if test "$shared" = "yes"; then GD_LIBS="$GD_LIBS -lttf" GD_LFLAGS="$GD_LFLAGS -L$TTF_DIR/lib" GD_INCLUDES="$GD_INCLUDES -I$TTF_DIR/include"