Skip to content

Commit 41bf16b

Browse files
committed
Merge pull request php-memcached-dev#152 from anthonyryan1/master
Fix a typo in the arguments help
2 parents 0f8bbc5 + 7270cf3 commit 41bf16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PHP_ARG_ENABLE(memcached-sasl, whether to enable memcached sasl support,
2626
PHP_ARG_ENABLE(memcached-protocol, whether to enable memcached protocol support,
2727
[ --enable-memcached-protocol Enable memcached protocoll support], no, no)
2828

29-
PHP_ARG_WITH(system-fastlz, wheter to use system FastLZ bibrary,
29+
PHP_ARG_WITH(system-fastlz, whether to use system FastLZ bibrary,
3030
[ --with-system-fastlz Use system FastLZ bibrary], no, no)
3131

3232
if test -z "$PHP_ZLIB_DIR"; then

0 commit comments

Comments
 (0)