diff options
| author | Jani Taskinen <jani@php.net> | 2008-07-14 09:03:48 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2008-07-14 09:03:48 +0000 |
| commit | d23342397c14a6efb3e0b1ea20928f81ccc48657 (patch) | |
| tree | 1b8cb285977768c4ca5014d8eb94a9f72e71c864 /ext | |
| parent | 1e2b2bbeaeb1cf0d18abeee55a572dbd9cf5b2e4 (diff) | |
| download | php-git-d23342397c14a6efb3e0b1ea20928f81ccc48657.tar.gz | |
No dots
Diffstat (limited to 'ext')
| -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 8b3d8a8936..cddf0f1208 100644 --- a/ext/zip/config.m4 +++ b/ext/zip/config.m4 @@ -3,11 +3,11 @@ dnl $Id$ dnl PHP_ARG_ENABLE(zip, for zip archive read/writesupport, -[ --enable-zip Include Zip read/write support.]) +[ --enable-zip Include Zip read/write support]) if test -z "$PHP_ZLIB_DIR"; then PHP_ARG_WITH(zlib-dir, for the location of libz, - [ --with-zlib-dir[=DIR] ZIP: Set the path to libz install prefix.], no, no) + [ --with-zlib-dir[=DIR] ZIP: Set the path to libz install prefix], no, no) fi PHP_ARG_WITH(pcre-dir, pcre install prefix, |
