Browse Source

- Fixed bug #25463 (ext/cpdf: compile failure with bundled GD)

PEAR_1_4DEV
foobar 23 years ago
parent
commit
554cee42af
  1. 2
      ext/cpdf/config.m4

2
ext/cpdf/config.m4

@ -53,7 +53,7 @@ AC_ARG_WITH(cpdflib,
PHP_WITH_SHARED
if test "$withval" != "no"; then
cpdf_withval=$withval
PHP_NEW_EXTENSION(cpdf, cpdf.c, $ext_shared)
PHP_NEW_EXTENSION(cpdf, cpdf.c, $ext_shared,, \\$(GDLIB_CFLAGS))
PHP_SUBST(CPDF_SHARED_LIBADD)
CPDF_JPEG_TEST
CPDF_TIFF_TEST

Loading…
Cancel
Save