mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
fix configure --help output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user