- Fix bug #35295 typo in config.m4 for reflection extension

This commit is contained in:
Marcus Boerger 2005-11-19 17:47:22 +00:00
parent 9f4390ce8b
commit 471af93da9

View File

@ -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