]> granicus.if.org Git - php/commitdiff
Hard enabling ext/reflection on UNIX too [DOC]
authorLars Strojny <lstrojny@php.net>
Fri, 2 May 2008 13:06:27 +0000 (13:06 +0000)
committerLars Strojny <lstrojny@php.net>
Fri, 2 May 2008 13:06:27 +0000 (13:06 +0000)
ext/reflection/config.m4

index c8a8d3d7158a95f9944e7853955f6e66bd8ce768..7691bbf49650b06ecc1df37cf132101b2941a69c 100755 (executable)
@@ -1,10 +1,4 @@
 dnl $Id$
 dnl config.m4 for extension reflection
 
-PHP_ARG_ENABLE(reflection, whether to enable reflection support,
-[  --disable-reflection    Disable reflection support], yes, no)
-
-if test "$PHP_REFLECTION" != "no"; then
-  AC_DEFINE(HAVE_REFLECTION, 1, [Whether Reflection is enabled])
-  PHP_NEW_EXTENSION(reflection, php_reflection.c, no)
-fi
+PHP_NEW_EXTENSION(reflection, php_reflection.c, no)