]> granicus.if.org Git - php/commitdiff
remove unneeded define, zip is required on windows
authorGreg Beaver <cellog@php.net>
Thu, 17 Jan 2008 20:21:55 +0000 (20:21 +0000)
committerGreg Beaver <cellog@php.net>
Thu, 17 Jan 2008 20:21:55 +0000 (20:21 +0000)
ext/phar/config.w32

index 79a4e43e7583dcd3783c213ae10f9d24e93c932f..cc8169c977b509ed085d7998aefd8c878f004e3d 100644 (file)
@@ -12,9 +12,6 @@ if (PHP_PHAR != "no") {
        if (PHP_PHAR_SHARED) {
                ADD_FLAG("CFLAGS_PHAR", "/D COMPILE_DL_PHAR ");
        }
-       if (PHP_ZIP != "no") {
-               AC_DEFINE('HAVE_PHAR_ZIP', 1);
-       }
        ADD_EXTENSION_DEP('phar', 'zlib', true);
        ADD_EXTENSION_DEP('phar', 'bz2', true);
        ADD_EXTENSION_DEP('phar', 'spl', true);