mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
Fix configuration message typo and alignment (5.4 merge approved by Stas)
This commit is contained in:
parent
993992d6db
commit
6d75ac3df9
@ -3,8 +3,8 @@ dnl $Id$
|
|||||||
dnl config.m4 for mysqlnd driver
|
dnl config.m4 for mysqlnd driver
|
||||||
|
|
||||||
PHP_ARG_ENABLE(mysqlnd, whether to enable mysqlnd,
|
PHP_ARG_ENABLE(mysqlnd, whether to enable mysqlnd,
|
||||||
[ --enable-mysqlnd Enable mysqlnd expliciely, will be done implicitly
|
[ --enable-mysqlnd Enable mysqlnd explicitly, will be done implicitly
|
||||||
when required by other extensions], no, yes)
|
when required by other extensions], no, yes)
|
||||||
|
|
||||||
PHP_ARG_ENABLE(mysqlnd_compression_support, whether to disable compressed protocol support in mysqlnd,
|
PHP_ARG_ENABLE(mysqlnd_compression_support, whether to disable compressed protocol support in mysqlnd,
|
||||||
[ --disable-mysqlnd-compression-support
|
[ --disable-mysqlnd-compression-support
|
||||||
|
Loading…
Reference in New Issue
Block a user