php-src/ext/reflection/config.m4

6 lines
131 B
Plaintext
Executable File

dnl $Id$
dnl config.m4 for extension reflection
PHP_NEW_EXTENSION(reflection, php_reflection.c, no)
AC_DEFINE(HAVE_REFLECTION, 1)