mirror of
https://github.com/php/php-src.git
synced 2025-01-10 13:03:54 +08:00
- Fix bug #35295 typo in config.m4 for reflection extension
This commit is contained in:
parent
9f4390ce8b
commit
471af93da9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user