diff options
Diffstat (limited to 'ext/zip')
-rw-r--r-- | ext/zip/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/config.m4 b/ext/zip/config.m4 index 85f9119f5a..805d92442e 100644 --- a/ext/zip/config.m4 +++ b/ext/zip/config.m4 @@ -11,7 +11,7 @@ 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) if test "$PHP_ZIP" != "no"; then |