summaryrefslogtreecommitdiff
path: root/ext/zip
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2007-07-03 17:25:43 +0000
committerfoobar <sniper@php.net>2007-07-03 17:25:43 +0000
commit7ed3c4536d7b89647628ba89ffc52a92234e909a (patch)
tree3722e9312134616e1eaca3b7f2448569f582787d /ext/zip
parent2fd4e8146c9e7f6de7e8e260be9833e875734f45 (diff)
downloadphp-git-7ed3c4536d7b89647628ba89ffc52a92234e909a.tar.gz
MFH: Fix some configure --help texts
Diffstat (limited to 'ext/zip')
-rw-r--r--ext/zip/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zip/config.m4 b/ext/zip/config.m4
index a520903a16..c5edaa725e 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
if test "$PHP_ZIP" != "no"; then