mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
- Fixed bug #25463 (ext/cpdf: compile failure with bundled GD)
This commit is contained in:
parent
7c9e926f10
commit
554cee42af
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ AC_ARG_WITH(cpdflib,
|
||||||
PHP_WITH_SHARED
|
PHP_WITH_SHARED
|
||||||
if test "$withval" != "no"; then
|
if test "$withval" != "no"; then
|
||||||
cpdf_withval=$withval
|
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)
|
PHP_SUBST(CPDF_SHARED_LIBADD)
|
||||||
CPDF_JPEG_TEST
|
CPDF_JPEG_TEST
|
||||||
CPDF_TIFF_TEST
|
CPDF_TIFF_TEST
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue