From: Jani Taskinen Date: Wed, 16 Jul 2008 14:12:33 +0000 (+0000) Subject: - Revert (dunno why I had this like this..) X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=327c317309151f0522fd2b0fb5f13539cbf2cfd6;p=php - Revert (dunno why I had this like this..) --- diff --git a/ext/phar/config.m4 b/ext/phar/config.m4 index 33dca2c9d0..78b4fa30c7 100644 --- a/ext/phar/config.m4 +++ b/ext/phar/config.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl config.m4 for extension phar PHP_ARG_ENABLE(phar, for phar archive support, -[ --disable-phar Disable phar support], yes) +[ --enable-phar Enable phar support]) if test "$PHP_PHAR" != "no"; then PHP_NEW_EXTENSION(phar, util.c tar.c zip.c stream.c func_interceptors.c dirstream.c phar.c phar_object.c phar_path_check.c, $ext_shared)