From: Antony Dovgal Date: Fri, 2 May 2008 23:04:50 +0000 (+0000) Subject: fix build X-Git-Tag: RELEASE_2_0_0b1~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c8b9b8d1ffe217c46672fce829403f0249f358e;p=php fix build --- 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)