summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xext/reflection/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/config.m4 b/ext/reflection/config.m4
index 3e7a85247f..702663677b 100755
--- a/ext/reflection/config.m4
+++ b/ext/reflection/config.m4
@@ -1,5 +1,5 @@
dnl $Id$
dnl config.m4 for extension reflection
+AC_DEFINE(HAVE_REFLECTION, 1, [Whether Reflection is enabled])
PHP_NEW_EXTENSION(reflection, php_reflection.c, no)
-AC_DEFINE(HAVE_REFLECTION, 1)