]> granicus.if.org Git - php/commitdiff
- Revert (dunno why I had this like this..)
authorJani Taskinen <jani@php.net>
Wed, 16 Jul 2008 14:12:33 +0000 (14:12 +0000)
committerJani Taskinen <jani@php.net>
Wed, 16 Jul 2008 14:12:33 +0000 (14:12 +0000)
ext/phar/config.m4

index 33dca2c9d061580cd3722d0d461ae94f634bcf64..78b4fa30c754ef982bd0cfd60dcbc89e8713820e 100644 (file)
@@ -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)