Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b64d93e

Browse files
authored
Correct misspelling of libzstd in config args
1 parent c40f9d6 commit b64d93e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PHP_ARG_WITH(liblzf, use system liblzf,
2626
PHP_ARG_ENABLE(redis-zstd, whether to enable Zstd compression,
2727
[ --enable-redis-zstd Enable Zstd compression support], no, no)
2828

29-
PHP_ARG_WITH(libzstd, use system libsztd,
29+
PHP_ARG_WITH(libzstd, use system libzstd,
3030
[ --with-libzstd[=DIR] Use system libzstd], yes, no)
3131

3232
PHP_ARG_ENABLE(redis-lz4, whether to enable lz4 compression,

0 commit comments

Comments
 (0)