From 554cee42af9ffb51b9f7d665e5368aad13e3972f Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 11 Sep 2003 15:25:45 +0000 Subject: [PATCH] - Fixed bug #25463 (ext/cpdf: compile failure with bundled GD) --- ext/cpdf/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1