]> granicus.if.org Git - php/commitdiff
Fix T1 static build
authorStanislav Malyshev <stas@php.net>
Wed, 6 Dec 2000 15:08:18 +0000 (15:08 +0000)
committerStanislav Malyshev <stas@php.net>
Wed, 6 Dec 2000 15:08:18 +0000 (15:08 +0000)
ext/gd/config.m4

index e4a25c383ca94f59a71aabb283e75707458d7ebd..d2c360967c129064d81547b90d5d046ddb5d204e 100644 (file)
@@ -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