diff options
| author | Marcus Boerger <helly@php.net> | 2005-11-19 17:47:22 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-11-19 17:47:22 +0000 |
| commit | 471af93da9f160983d0567cc085538190e6247b1 (patch) | |
| tree | 8e17a5d5fd87d69bf07c168b4e71f8b973178618 /ext/reflection/config.m4 | |
| parent | 9f4390ce8b47425bd39121f77dc4a6edeb658d13 (diff) | |
| download | php-git-471af93da9f160983d0567cc085538190e6247b1.tar.gz | |
- Fix bug #35295 typo in config.m4 for reflection extension
Diffstat (limited to 'ext/reflection/config.m4')
| -rwxr-xr-x | ext/reflection/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
