From 7270cf3032f0f816ab60f42e9d657f01bc874fea Mon Sep 17 00:00:00 2001 From: Anthony Ryan Date: Sun, 28 Sep 2014 01:01:56 -0400 Subject: [PATCH] Fix a typo in the arguments help Just noticed this when skimming through the code. --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index 94a0e7d3..107f8cbe 100644 --- a/config.m4 +++ b/config.m4 @@ -26,7 +26,7 @@ PHP_ARG_ENABLE(memcached-sasl, whether to enable memcached sasl support, PHP_ARG_ENABLE(memcached-protocol, whether to enable memcached protocol support, [ --enable-memcached-protocol Enable memcached protocoll support], no, no) -PHP_ARG_WITH(system-fastlz, wheter to use system FastLZ bibrary, +PHP_ARG_WITH(system-fastlz, whether to use system FastLZ bibrary, [ --with-system-fastlz Use system FastLZ bibrary], no, no) if test -z "$PHP_ZLIB_DIR"; then