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

This commit is contained in:
foobar 2003-09-11 15:25:45 +00:00
parent 7c9e926f10
commit 554cee42af

View file

@ -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