summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Roehrich <sr@php.net>2000-09-28 09:37:30 +0000
committerStefan Roehrich <sr@php.net>2000-09-28 09:37:30 +0000
commit045ee57f045bb22b1a23b74e4205edf791c482b6 (patch)
treee03a65e04bbb3ad844f201d468ebc5fcdf9481e6
parent7ad1cf5785259cc636dbb2268a496d1b1fb8442b (diff)
downloadphp-git-045ee57f045bb22b1a23b74e4205edf791c482b6.tar.gz
Line seems to be missing and causing configure test failures for other extensions.
-rw-r--r--ext/gd/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4
index 014826f775..2da4f5318e 100644
--- a/ext/gd/config.m4
+++ b/ext/gd/config.m4
@@ -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",,)