From 2fcfc021418098fce9978245e2770c91ee80dafe Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 3 Dec 2005 01:12:35 +0000 Subject: fix configure --help output --- ext/reflection/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/reflection/config.m4') 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 -- cgit v1.2.1