]> granicus.if.org Git - php/commitdiff
Line seems to be missing and causing configure test failures for other extensions.
authorStefan Roehrich <sr@php.net>
Thu, 28 Sep 2000 09:37:30 +0000 (09:37 +0000)
committerStefan Roehrich <sr@php.net>
Thu, 28 Sep 2000 09:37:30 +0000 (09:37 +0000)
ext/gd/config.m4

index 014826f775d0cc761e52655b9f92da42c25fa2fc..2da4f5318e42bd5d87be09db1d30054dcb5c9d98 100644 (file)
@@ -153,6 +153,7 @@ dnl A whole whack of possible places where this might be
   AC_CHECK_LIB(gd, gdImageString16, [ AC_DEFINE(HAVE_LIBGD13,1, [ ]) ])
   if test "$ac_cv_lib_gd_gdImageLine" = "yes"; then
                old_LIBS=$LIBS
+               old_LDFLAGS=$LDFLAGS
         AC_CHECK_LIB(gd, gdImageString16, [ AC_DEFINE(HAVE_LIBGD13,1, [ ]) ])
                AC_CHECK_LIB(z,compress, LIBS="-lz $LIBS",,)
                AC_CHECK_LIB(png,png_info_init, LIBS="-lpng $LIBS",,)