edink           Wed Apr 14 09:56:18 2004 EDT

  Modified files:              
    /php-src/ext/bz2    config.w32 
  Log:
  According to Wez, this is not needed.
  It also breaks win32 build.
  
http://cvs.php.net/diff.php/php-src/ext/bz2/config.w32?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/bz2/config.w32
diff -u php-src/ext/bz2/config.w32:1.2 php-src/ext/bz2/config.w32:1.3
--- php-src/ext/bz2/config.w32:1.2      Tue Apr 13 13:54:47 2004
+++ php-src/ext/bz2/config.w32  Wed Apr 14 09:56:18 2004
@@ -1,4 +1,4 @@
-// $Id: config.w32,v 1.2 2004/04/13 17:54:47 pollita Exp $
+// $Id: config.w32,v 1.3 2004/04/14 13:56:18 edink Exp $
 // vim:ft=javascript
 
 ARG_WITH("bz2", "BZip2", "no");
@@ -11,7 +11,6 @@
                // BZ2 extension does this slightly differently from others
                if (PHP_BZ2_SHARED) {
                        ADD_FLAG("CFLAGS_BZ2", "/D PHP_BZ2_EXPORTS ");
-                       ADD_DEF_FILE("ext\\bz2\\php_bz2.def");
                }
        } else {
                WARNING("bz2 not enabled; libraries and headers not found");

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

Reply via email to