From: Marcus Boerger Date: Fri, 6 Dec 2002 16:33:57 +0000 (+0000) Subject: cpdf + bundled gd X-Git-Tag: RELEASE_1_0b3~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0a972c061c4aa34b81824facf4c79aeb2579841;p=php cpdf + bundled gd #maybe someone finds a better solution (perhaps in config) and comitts it --- diff --git a/ext/cpdf/cpdf.c b/ext/cpdf/cpdf.c index 7265c1056e..3d3b3fae05 100644 --- a/ext/cpdf/cpdf.c +++ b/ext/cpdf/cpdf.c @@ -37,8 +37,12 @@ #include "ext/standard/php_standard.h" #include "ext/standard/head.h" #include -#if HAVE_LIBGD13 -#include +#if HAVE_GD_BUNDLED +# include "../gd/libgd/gd.h" +#else +# if HAVE_LIBGD13 +# include +# endif #endif #ifdef HAVE_UNISTD_H