helly           Thu Nov 17 18:21:15 2005 EDT

  Modified files:              
    /php-src/ext/reflection     config.m4 
  Log:
  - Need to define HAVE_REFLECTION
  
http://cvs.php.net/diff.php/php-src/ext/reflection/config.m4?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/reflection/config.m4
diff -u php-src/ext/reflection/config.m4:1.2 
php-src/ext/reflection/config.m4:1.3
--- php-src/ext/reflection/config.m4:1.2        Thu Nov 17 17:49:03 2005
+++ php-src/ext/reflection/config.m4    Thu Nov 17 18:21:15 2005
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.2 2005/11/17 22:49:03 helly Exp $
+dnl $Id: config.m4,v 1.3 2005/11/17 23:21:15 helly Exp $
 dnl config.m4 for extension bitset
 
 PHP_ARG_ENABLE(reflection, whether to enable reflection support,
@@ -8,5 +8,6 @@
   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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to