From: Stanislav Malyshev Date: Wed, 6 Dec 2000 15:08:18 +0000 (+0000) Subject: Fix T1 static build X-Git-Tag: php-4.0.5RC1~997 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbb46b6c0ccdfb25541201e80143444fe80774d8;p=php Fix T1 static build --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index e4a25c383c..d2c360967c 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -242,7 +242,6 @@ if test "$with_gd" != "no" && test "$ac_cv_lib_gd_gdImageLine" = "yes"; then fi fi - told_LIBS="$LIBS" if test "$T1_DIR" != "no"; then AC_ADD_INCLUDE("$T1_DIR/include") if test "$shared" = "yes"; then @@ -256,7 +255,6 @@ if test "$with_gd" != "no" && test "$ac_cv_lib_gd_gdImageLine" = "yes"; then AC_MSG_RESULT(yes) AC_CHECK_LIB(t1, T1_GetExtend, [AC_DEFINE(HAVE_LIBT1,1,[ ])]) - LIBS="$told_LIBS" else AC_MSG_RESULT(no) fi