summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/config9.m4
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2011-09-02 12:59:32 +0000
committerAndrey Hristov <andrey@php.net>2011-09-02 12:59:32 +0000
commit3d890c29fdd834490d7bd7a9b5d55e2e472e44fe (patch)
tree30622e7eeb23e9e071565e19a3dcf58b7d2bb0be /ext/mysqlnd/config9.m4
parent9f7ad10a63a9947906024afe9ea410a112868a87 (diff)
downloadphp-git-3d890c29fdd834490d7bd7a9b5d55e2e472e44fe.tar.gz
fix message
Diffstat (limited to 'ext/mysqlnd/config9.m4')
-rw-r--r--ext/mysqlnd/config9.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/config9.m4 b/ext/mysqlnd/config9.m4
index 58ca3ebcf8..d335a2af6c 100644
--- a/ext/mysqlnd/config9.m4
+++ b/ext/mysqlnd/config9.m4
@@ -3,7 +3,7 @@ dnl $Id$
dnl config.m4 for mysqlnd driver
-PHP_ARG_ENABLE(mysqlnd_compression_support, whether to enable compressed protocol support in 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)