]> granicus.if.org Git - php/commitdiff
- Need to define HAVE_REFLECTION
authorMarcus Boerger <helly@php.net>
Thu, 17 Nov 2005 23:21:15 +0000 (23:21 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 17 Nov 2005 23:21:15 +0000 (23:21 +0000)
ext/reflection/config.m4

index 7943795b0b73e4bf3f8fa39b3b90b2ef1d6d7335..2f064a4455f014f8f4082ac4ae61bb0d4fe584bb 100755 (executable)
@@ -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