summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-12-03 01:12:45 +0000
committerfoobar <sniper@php.net>2005-12-03 01:12:45 +0000
commit6c3e2b32bf5f5ebb8e3fc1f8aa40ebc6b99a9de9 (patch)
treedd956aae4da60116fdbbde3f3add21c481913464 /ext
parentef7cb6880f9ee13d5edad31aecbb5d87179fbee5 (diff)
downloadphp-git-6c3e2b32bf5f5ebb8e3fc1f8aa40ebc6b99a9de9.tar.gz
MFH
Diffstat (limited to 'ext')
-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