From: Edin Kadribasic Date: Wed, 14 Apr 2004 13:56:18 +0000 (+0000) Subject: According to Wez, this is not needed. X-Git-Tag: php-5.0.0RC2RC2~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5c68252418e7ad40fd8527676e9ce4696c19a3c;p=php According to Wez, this is not needed. It also breaks win32 build. --- diff --git a/ext/bz2/config.w32 b/ext/bz2/config.w32 index e40b44cfa4..7fe9c555bf 100644 --- a/ext/bz2/config.w32 +++ b/ext/bz2/config.w32 @@ -11,7 +11,6 @@ if (PHP_BZ2 != "no") { // 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");