diff options
author | Antony Dovgal <tony2001@php.net> | 2008-05-02 23:04:50 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-05-02 23:04:50 +0000 |
commit | 9c8b9b8d1ffe217c46672fce829403f0249f358e (patch) | |
tree | f4890da28653565b560bddd80326cd0151b5cd6f /ext/reflection/config.m4 | |
parent | 7599f7384b8c80d8b3c34d2053b6c25ecd7ba348 (diff) | |
download | php-git-9c8b9b8d1ffe217c46672fce829403f0249f358e.tar.gz |
fix build
Diffstat (limited to 'ext/reflection/config.m4')
-rwxr-xr-x | ext/reflection/config.m4 | 2 |
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) |