diff options
author | Sascha Schumann <sas@php.net> | 2001-05-12 09:13:42 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-05-12 09:13:42 +0000 |
commit | 718b588b14f3b82875bca1f62ebe9fa63a1e5a53 (patch) | |
tree | c590d246ec0345744e428c2fa6c0590053cdce4a /ext/mnogosearch | |
parent | 8a3eb51a26ae77b5bafd682df18568de3257a080 (diff) | |
download | php-git-718b588b14f3b82875bca1f62ebe9fa63a1e5a53.tar.gz |
Fix indentation of ./configure --help messages.
Diffstat (limited to 'ext/mnogosearch')
-rw-r--r-- | ext/mnogosearch/config.m4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/mnogosearch/config.m4 b/ext/mnogosearch/config.m4 index 3d9445d23f..07df218739 100644 --- a/ext/mnogosearch/config.m4 +++ b/ext/mnogosearch/config.m4 @@ -2,8 +2,10 @@ dnl $Source$ dnl $Id$ PHP_ARG_WITH(mnogosearch,for mnoGoSearch support, -[ --with-mnogosearch[=DIR] Include mnoGoSearch support. DIR is the mnoGoSearch base - install directory, defaults to /usr/local/mnogosearch.]) +[ --with-mnogosearch[=DIR] + Include mnoGoSearch support. DIR is the mnoGoSearch + base install directory, defaults to + /usr/local/mnogosearch.]) if test "$PHP_MNOGOSEARCH" != "no"; then |