summaryrefslogtreecommitdiff
path: root/ext/reflection/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-12-03 01:12:35 +0000
committerfoobar <sniper@php.net>2005-12-03 01:12:35 +0000
commit2fcfc021418098fce9978245e2770c91ee80dafe (patch)
tree10bc243df8905d406c6793c1037dc6c0a5666a10 /ext/reflection/config.m4
parentc7e4853008a3697dbf99de1d36e8afa310553610 (diff)
downloadphp-git-2fcfc021418098fce9978245e2770c91ee80dafe.tar.gz
fix configure --help output
Diffstat (limited to 'ext/reflection/config.m4')
-rwxr-xr-xext/reflection/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/config.m4 b/ext/reflection/config.m4
index add1d9f562..69044d1648 100755
--- a/ext/reflection/config.m4
+++ b/ext/reflection/config.m4
@@ -2,7 +2,7 @@ dnl $Id$
dnl config.m4 for extension reflection
PHP_ARG_ENABLE(reflection, whether to enable reflection support,
-[ --disable-reflection Disable reflection support], yes, no)
+[ --disable-reflection Disable reflection support], yes, no)
if test "$PHP_REFLECTION" != "no"; then
if test "$ext_shared" = "yes"; then