sniper          Thu Sep 11 11:25:49 2003 EDT

  Modified files:              
    /php-src/ext/cpdf   config.m4 
  Log:
  - Fixed bug #25463 (ext/cpdf: compile failure with bundled GD)
  
Index: php-src/ext/cpdf/config.m4
diff -u php-src/ext/cpdf/config.m4:1.15 php-src/ext/cpdf/config.m4:1.16
--- php-src/ext/cpdf/config.m4:1.15     Thu Jun 26 14:15:56 2003
+++ php-src/ext/cpdf/config.m4  Thu Sep 11 11:25:45 2003
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.15 2003/06/26 18:15:56 sniper Exp $
+dnl $Id: config.m4,v 1.16 2003/09/11 15:25:45 sniper Exp $
 
 AC_DEFUN(CPDF_JPEG_TEST,[
   AC_ARG_WITH(jpeg-dir,
@@ -53,7 +53,7 @@
   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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to