From bbb46b6c0ccdfb25541201e80143444fe80774d8 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Wed, 6 Dec 2000 15:08:18 +0000 Subject: [PATCH] Fix T1 static build --- ext/gd/config.m4 | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.40.0