From: Marcus Boerger Date: Sat, 19 Nov 2005 17:47:22 +0000 (+0000) Subject: - Fix bug #35295 typo in config.m4 for reflection extension X-Git-Tag: RELEASE_2_0_2~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=471af93da9f160983d0567cc085538190e6247b1;p=php - Fix bug #35295 typo in config.m4 for reflection extension --- diff --git a/ext/reflection/config.m4 b/ext/reflection/config.m4 index 2f064a4455..add1d9f562 100755 --- a/ext/reflection/config.m4 +++ b/ext/reflection/config.m4 @@ -1,8 +1,8 @@ dnl $Id$ -dnl config.m4 for extension bitset +dnl config.m4 for extension reflection PHP_ARG_ENABLE(reflection, whether to enable reflection support, -[ --disable-reflection Disable reflection support]) +[ --disable-reflection Disable reflection support], yes, no) if test "$PHP_REFLECTION" != "no"; then if test "$ext_shared" = "yes"; then