From: [EMAIL PROTECTED] Operating system: any PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: configure --help for --with-xslt-sablot lacks "[=DIR]"
$ ./configure --help ... --with-xslt-sablot XSLT: Enable the sablotron backend ... after a quick look at configure, i noticed that it actually supports something like --with-xslt-sablot[=DIR] should probably be fixed in ext/xslt/config.m4: 11 PHP_ARG_WITH(xslt-sablot, whether to enable the XSLT Sablotron backend, 12 [ --with-xslt-sablot XSLT: Enable the sablotron backend]) pete. -- Edit bug report at: http://bugs.php.net/?id=15142&edit=1
