From d5c68252418e7ad40fd8527676e9ce4696c19a3c Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Wed, 14 Apr 2004 13:56:18 +0000 Subject: [PATCH] According to Wez, this is not needed. It also breaks win32 build. --- ext/bz2/config.w32 | 1 - 1 file changed, 1 deletion(-) 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"); -- 2.40.0