From: Marcus Boerger Date: Thu, 17 Nov 2005 23:21:15 +0000 (+0000) Subject: - Need to define HAVE_REFLECTION X-Git-Tag: RELEASE_0_9_3~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a0cf29863c317cbac7d43154daacbde984f60a7;p=php - Need to define HAVE_REFLECTION --- diff --git a/ext/reflection/config.m4 b/ext/reflection/config.m4 index 7943795b0b..2f064a4455 100755 --- a/ext/reflection/config.m4 +++ b/ext/reflection/config.m4 @@ -8,5 +8,6 @@ if test "$PHP_REFLECTION" != "no"; then if test "$ext_shared" = "yes"; then AC_MSG_ERROR(Cannot build reflection as a shared module) fi + AC_DEFINE(HAVE_REFLECTION, 1, [Whether Reflection is enabled]) PHP_NEW_EXTENSION(reflection, php_reflection.c) fi