]> granicus.if.org Git - php/commitdiff
fix configure --help output
authorfoobar <sniper@php.net>
Sat, 3 Dec 2005 01:12:35 +0000 (01:12 +0000)
committerfoobar <sniper@php.net>
Sat, 3 Dec 2005 01:12:35 +0000 (01:12 +0000)
ext/reflection/config.m4

index add1d9f56222cf8febcac09ed95c4bc31ed94cce..69044d16487c7f0d6aefa79605a814c150350f97 100755 (executable)
@@ -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