]> granicus.if.org Git - php/commitdiff
- Fix bug #35295 typo in config.m4 for reflection extension
authorMarcus Boerger <helly@php.net>
Sat, 19 Nov 2005 17:47:22 +0000 (17:47 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 19 Nov 2005 17:47:22 +0000 (17:47 +0000)
ext/reflection/config.m4

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