mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Correct misspelling of libzstd in config args
This commit is contained in:
@@ -26,7 +26,7 @@ PHP_ARG_WITH(liblzf, use system liblzf,
|
||||
PHP_ARG_ENABLE(redis-zstd, whether to enable Zstd compression,
|
||||
[ --enable-redis-zstd Enable Zstd compression support], no, no)
|
||||
|
||||
PHP_ARG_WITH(libzstd, use system libsztd,
|
||||
PHP_ARG_WITH(libzstd, use system libzstd,
|
||||
[ --with-libzstd[=DIR] Use system libzstd], yes, no)
|
||||
|
||||
PHP_ARG_ENABLE(redis-lz4, whether to enable lz4 compression,
|
||||
|
||||
Reference in New Issue
Block a user