From d23342397c14a6efb3e0b1ea20928f81ccc48657 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Mon, 14 Jul 2008 09:03:48 +0000 Subject: [PATCH] No dots --- ext/zip/config.m4 | 4 ++-- 1 file 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, -- 2.50.1