diff options
author | Jani Taskinen <jani@php.net> | 2008-07-14 09:02:26 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2008-07-14 09:02:26 +0000 |
commit | 1e2b2bbeaeb1cf0d18abeee55a572dbd9cf5b2e4 (patch) | |
tree | 568a895280ab04721f49af1c3b14d6beefbc5892 /ext/phar/config.m4 | |
parent | 4db24954fb6986fbb68b53088339c9c412c362a2 (diff) | |
download | php-git-1e2b2bbeaeb1cf0d18abeee55a572dbd9cf5b2e4.tar.gz |
- Some config*.m4 file cleanups: NO tabs in these!
Diffstat (limited to 'ext/phar/config.m4')
-rw-r--r-- | ext/phar/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/config.m4 b/ext/phar/config.m4 index d1263e4de5..c2f3bb6d36 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) +[ --disable-phar Disable phar support], yes) 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) |