summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rwxr-xr-xext/reflection/config.m41
1 files changed, 1 insertions, 0 deletions
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