summaryrefslogtreecommitdiff
path: root/ext/reflection/config.m4
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-05-02 23:04:50 +0000
committerAntony Dovgal <tony2001@php.net>2008-05-02 23:04:50 +0000
commit9c8b9b8d1ffe217c46672fce829403f0249f358e (patch)
treef4890da28653565b560bddd80326cd0151b5cd6f /ext/reflection/config.m4
parent7599f7384b8c80d8b3c34d2053b6c25ecd7ba348 (diff)
downloadphp-git-9c8b9b8d1ffe217c46672fce829403f0249f358e.tar.gz
fix build
Diffstat (limited to 'ext/reflection/config.m4')
-rwxr-xr-xext/reflection/config.m42
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)