diff options
author | Christopher Jones <sixd@php.net> | 2013-12-20 10:02:46 -0800 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2013-12-20 10:02:46 -0800 |
commit | 794df91c3599fccaf62359ed144c7f616f8209f2 (patch) | |
tree | 8cf0153a47a732296b4ec3e7c11bb23d4f5b7879 | |
parent | 6c5e93fe17c264aa28f8eeb4ec78c9e4a7eedfba (diff) | |
download | php-git-794df91c3599fccaf62359ed144c7f616f8209f2.tar.gz |
Align 'configure --help' columns
-rw-r--r-- | ext/zip/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zip/config.m4 b/ext/zip/config.m4 index 83e32feca7..56ae6a5b29 100644 --- a/ext/zip/config.m4 +++ b/ext/zip/config.m4 @@ -11,10 +11,10 @@ if test -z "$PHP_ZLIB_DIR"; then fi PHP_ARG_WITH(pcre-dir, pcre install prefix, -[ --with-pcre-dir ZIP: pcre install prefix], no, no) +[ --with-pcre-dir ZIP: pcre install prefix], no, no) PHP_ARG_WITH(libzip, libzip, -[ --with-libzip[=DIR] ZIP: use libzip], no, no) +[ --with-libzip[=DIR] ZIP: use libzip], no, no) if test "$PHP_ZIP" != "no"; then |