summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2000-10-02 17:36:01 +0000
committerRasmus Lerdorf <rasmus@php.net>2000-10-02 17:36:01 +0000
commitb189759bcde2783dfc98f78dfd4ebdbcd46a332b (patch)
tree13d47f4802ea99c8057e10368331e04cf953fbd6 /configure.in
parentc26b4d8c9f6323eeae6650ef0b86c58a3c79d095 (diff)
downloadphp-git-b189759bcde2783dfc98f78dfd4ebdbcd46a332b.tar.gz
Clean up the alignment of configure --help output
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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