temp bandaid on broken build system, revert when snapshot build is fixed in win32

This commit is contained in:
Greg Beaver 2008-08-31 19:51:49 +00:00
parent b597a9c781
commit 4b81bd61d8

View File

@ -1,7 +1,8 @@
// $Id$
// vim:ft=javascript
ARG_ENABLE("phar", "disable phar support", "yes");
// this next line should be changed back to "yes" after fixes are committed to the snapshot build process
ARG_ENABLE("phar", "disable phar support", false);
ARG_ENABLE("phar-native-ssl", "enable phar with native OpenSSL support", "no");
if (PHP_PHAR_NATIVE_SSL != "no") {