diff options
| -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, |
