From: foobar Date: Thu, 11 Sep 2003 15:25:45 +0000 (+0000) Subject: - Fixed bug #25463 (ext/cpdf: compile failure with bundled GD) X-Git-Tag: RELEASE_0_7~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=554cee42af9ffb51b9f7d665e5368aad13e3972f;p=php - Fixed bug #25463 (ext/cpdf: compile failure with bundled GD) --- diff --git a/ext/cpdf/config.m4 b/ext/cpdf/config.m4 index 7ec7a13c5a..4f9a8e5cbc 100644 --- a/ext/cpdf/config.m4 +++ b/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