diff options
| author | Jon Parise <jon@php.net> | 2002-09-15 01:39:30 +0000 |
|---|---|---|
| committer | Jon Parise <jon@php.net> | 2002-09-15 01:39:30 +0000 |
| commit | 26e6252e4325005be1524025b8d39f3889199a8e (patch) | |
| tree | 05e06ad143c10bf60ddf483c6fdba8716cbd0693 | |
| parent | 383072620716a59f4bfd1caa79bb53462bfd2663 (diff) | |
| download | php-git-26e6252e4325005be1524025b8d39f3889199a8e.tar.gz | |
Line up the 'configure --help' output.
| -rw-r--r-- | ext/qtdom/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/qtdom/config.m4 b/ext/qtdom/config.m4 index 51cd0a53fb..e0785496e0 100644 --- a/ext/qtdom/config.m4 +++ b/ext/qtdom/config.m4 @@ -4,7 +4,7 @@ dnl AC_MSG_CHECKING(whether to include QDOM support) AC_ARG_WITH(qtdom, -[ --with-qtdom Include QtDOM support (requires Qt >= 2.2.0).], +[ --with-qtdom Include QtDOM support (requires Qt >= 2.2.0).], [ case $withval in no) |
