diff options
| author | Christopher Jones <sixd@php.net> | 2013-08-06 11:09:12 -0700 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2013-08-06 11:09:12 -0700 |
| commit | 4c3c9d1fe585abaa59213dedd04996b8fb9f041a (patch) | |
| tree | 3f6dda672937d0ca8b628c37ce831d07416a07b1 /ext/mysqlnd/config9.m4 | |
| parent | db610ba050cdc44c3c0d7c1c9ce81a2a17f5d087 (diff) | |
| parent | c6d977dd395262c5c8d9091519a41aebe6f40db9 (diff) | |
| download | php-git-4c3c9d1fe585abaa59213dedd04996b8fb9f041a.tar.gz | |
Merge branch 'PHP-5.5'
* PHP-5.5:
Fix long-standing visual pain point: the misalignment of './configure help' text. Whitespace changes and a couple of grammar fixes.
Diffstat (limited to 'ext/mysqlnd/config9.m4')
| -rw-r--r-- | ext/mysqlnd/config9.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqlnd/config9.m4 b/ext/mysqlnd/config9.m4 index 3fc767b231..09aca5af8a 100644 --- a/ext/mysqlnd/config9.m4 +++ b/ext/mysqlnd/config9.m4 @@ -8,11 +8,11 @@ PHP_ARG_ENABLE(mysqlnd, whether to enable mysqlnd, PHP_ARG_ENABLE(mysqlnd_compression_support, whether to disable compressed protocol support in mysqlnd, [ --disable-mysqlnd-compression-support - Disable support for the MySQL compressed protocol in mysqlnd], yes, no) + Disable support for the MySQL compressed protocol in mysqlnd], yes, no) if test -z "$PHP_ZLIB_DIR"; then PHP_ARG_WITH(zlib-dir, for the location of libz, - [ --with-zlib-dir[=DIR] mysqlnd: Set the path to libz install prefix], no, no) + [ --with-zlib-dir[=DIR] mysqlnd: Set the path to libz install prefix], no, no) fi dnl If some extension uses mysqlnd it will get compiled in PHP core |
