diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2000-10-02 17:36:01 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2000-10-02 17:36:01 +0000 |
commit | b189759bcde2783dfc98f78dfd4ebdbcd46a332b (patch) | |
tree | 13d47f4802ea99c8057e10368331e04cf953fbd6 /configure.in | |
parent | c26b4d8c9f6323eeae6650ef0b86c58a3c79d095 (diff) | |
download | php-git-b189759bcde2783dfc98f78dfd4ebdbcd46a332b.tar.gz |
Clean up the alignment of configure --help output
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ce4b237b69..3305100e6f 100644 --- a/configure.in +++ b/configure.in @@ -456,7 +456,7 @@ else fi PHP_ARG_ENABLE(debug, whether to include debugging symbols, -[ --enable-debug Compile with debugging symbols.], no) +[ --enable-debug Compile with debugging symbols.], no) if test "$PHP_DEBUG" = "yes"; then PHP_DEBUG=1 |