Browse Source

Line seems to be missing and causing configure test failures for other extensions.

PHP-4.0.5
Stefan Roehrich 26 years ago
parent
commit
045ee57f04
  1. 1
      ext/gd/config.m4

1
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",,)

Loading…
Cancel
Save