]> granicus.if.org Git - php/commitdiff
- Fixed bug #25463 (ext/cpdf: compile failure with bundled GD)
authorfoobar <sniper@php.net>
Thu, 11 Sep 2003 15:25:45 +0000 (15:25 +0000)
committerfoobar <sniper@php.net>
Thu, 11 Sep 2003 15:25:45 +0000 (15:25 +0000)
ext/cpdf/config.m4

index 7ec7a13c5a65be22a9f09566021f81cfeb4204fa..4f9a8e5cbc6b9249e7f4311d21001a7685a92f52 100644 (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