cellog          Fri May 16 00:11:43 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/phar   config.m4 
  Log:
  cosmetics
  
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/config.m4?r1=1.27.2.1&r2=1.27.2.2&diff_format=u
Index: php-src/ext/phar/config.m4
diff -u php-src/ext/phar/config.m4:1.27.2.1 php-src/ext/phar/config.m4:1.27.2.2
--- php-src/ext/phar/config.m4:1.27.2.1 Fri May 16 00:01:56 2008
+++ php-src/ext/phar/config.m4  Fri May 16 00:11:42 2008
@@ -1,8 +1,8 @@
-dnl $Id: config.m4,v 1.27.2.1 2008/05/16 00:01:56 cellog Exp $
+dnl $Id: config.m4,v 1.27.2.2 2008/05/16 00:11:42 cellog Exp $
 dnl config.m4 for extension phar
 
 PHP_ARG_ENABLE(phar, for phar archive support,
-[  --disable-phar           Disable phar support], shared)
+[  --disable-phar         Disable phar support], shared)
 
 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)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to