diff options
| author | foobar <sniper@php.net> | 2001-11-30 19:00:13 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2001-11-30 19:00:13 +0000 |
| commit | f1397d533969095577f9d11005015a1291b16568 (patch) | |
| tree | b2bf7c7cbd6bcda7d16530d137968f9e7c85f71d /ext/zip/config.m4 | |
| parent | e858d27888471107a4816d62033db785fab5f2da (diff) | |
| download | php-git-f1397d533969095577f9d11005015a1291b16568.tar.gz | |
Unified the configure messages.
Diffstat (limited to 'ext/zip/config.m4')
| -rw-r--r-- | ext/zip/config.m4 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ext/zip/config.m4 b/ext/zip/config.m4 index b5ec719c8b..08a647de38 100644 --- a/ext/zip/config.m4 +++ b/ext/zip/config.m4 @@ -1,11 +1,9 @@ +dnl dnl $Id$ -dnl config.m4 for extension zziplib - -PHP_ARG_WITH(zip,whether to include zziplib support, -[ --with-zip[=DIR] Include zip support (requires zziplib >= 0.10.6). - DIR is the zziplib install directory, - default is /usr/local.]) +dnl +PHP_ARG_WITH(zip,for ZIP support, +[ --with-zip[=DIR] Include ZIP support (requires zziplib >= 0.10.6).]) if test "$PHP_ZIP" != "no"; then PHP_EXTENSION(zip, $ext_shared) |
