diff options
author | foobar <sniper@php.net> | 2003-10-03 05:24:33 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-10-03 05:24:33 +0000 |
commit | db50cd251ed827de60bdc156a08fd7c0f744e2fd (patch) | |
tree | ef357d24d9aef23de74020d903a8641b6f198a78 /ext/mime_magic | |
parent | 09b8fdc2bb19ffe8a0d15fae0ab93196fbc10ca6 (diff) | |
download | php-git-db50cd251ed827de60bdc156a08fd7c0f744e2fd.tar.gz |
Aligned configure help texts.
Diffstat (limited to 'ext/mime_magic')
-rw-r--r-- | ext/mime_magic/config.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/mime_magic/config.m4 b/ext/mime_magic/config.m4 index b47b1ba97b..1682399501 100644 --- a/ext/mime_magic/config.m4 +++ b/ext/mime_magic/config.m4 @@ -3,8 +3,9 @@ dnl $Id$ dnl PHP_ARG_WITH(mime-magic, whether to include mime_magic support, -[ --with-mime-magic[=FILE] Include mime_magic support. FILE is the optional - pathname to the magic.mime file.]) +[ --with-mime-magic[=FILE] + Include mime_magic support. FILE is the optional + pathname to the magic.mime file.]) if test "$PHP_MIME_MAGIC" != "no"; then |