php-src/ext/reflection/config.m4

6 lines
202 B
Plaintext
Raw Normal View History

2005-11-17 22:42:00 +00:00
dnl $Id$
dnl config.m4 for extension reflection
2005-11-17 22:42:00 +00:00
2008-05-02 23:04:50 +00:00
AC_DEFINE(HAVE_REFLECTION, 1, [Whether Reflection is enabled])
PHP_NEW_EXTENSION(reflection, php_reflection.c, no,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)