]> granicus.if.org Git - php/commitdiff
MFB: remove ZendEngine* detection, we always have Zend now (svn)
authorDavid Soria Parra <dsp@php.net>
Mon, 13 Jul 2009 06:41:57 +0000 (06:41 +0000)
committerDavid Soria Parra <dsp@php.net>
Mon, 13 Jul 2009 06:41:57 +0000 (06:41 +0000)
win32/build/buildconf.js

index 0860040eea1c748e84a28b3cce2e4f0730b8a92b..956450e875bd94bbfb2d474b1269183c66ef4273 100644 (file)
@@ -177,13 +177,6 @@ function gen_modules()
        return output;
 }
 
-if (FSO.FileExists("ZendEngine2\\OBJECTS2_HOWTO")) {
-       if (FSO.FolderExists("Zend")) {
-               FSO.MoveFolder("Zend", "ZendEngine1");
-       }
-       FSO.MoveFolder("ZendEngine2", "Zend");
-}
-
 // Process buildconf arguments
 function buildconf_process_args()
 {