Browse Source

fix configure --help output

migration/RELEASE_1_0_0
foobar 20 years ago
parent
commit
2fcfc02141
  1. 2
      ext/reflection/config.m4

2
ext/reflection/config.m4

@ -2,7 +2,7 @@ dnl $Id$
dnl config.m4 for extension reflection
PHP_ARG_ENABLE(reflection, whether to enable reflection support,
[ --disable-reflection Disable reflection support], yes, no)
[ --disable-reflection Disable reflection support], yes, no)
if test "$PHP_REFLECTION" != "no"; then
if test "$ext_shared" = "yes"; then

Loading…
Cancel
Save