]> granicus.if.org Git - php/commitdiff
fix build
authorAntony Dovgal <tony2001@php.net>
Fri, 2 May 2008 23:04:50 +0000 (23:04 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 2 May 2008 23:04:50 +0000 (23:04 +0000)
ext/reflection/config.m4

index 3e7a85247f46b350d2ceb7ea97e54dcbeea8e5ad..702663677b131f532807f77de6e77fb1a93ed8e0 100755 (executable)
@@ -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)