Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2019-03-21 05:32:21 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-03-23 17:55:43 +0300
commit545250f30b88ab1adb644d7ec8fb64bc88f90e32 (patch)
treea4b5786a501f8091b2b44aa6d2c4ef48d0ef4c6c /config.m4
parentd5b8f833404ce81c120b14a930427a74c3cb5b26 (diff)
Cleanup rebase artifact and move msgpack to serializer section
Diffstat (limited to 'config.m4')
-rw-r--r--config.m47
1 files changed, 3 insertions, 4 deletions
diff --git a/config.m4 b/config.m4
index e4ef9de3..0a410bb9 100644
--- a/config.m4
+++ b/config.m4
@@ -11,15 +11,14 @@ PHP_ARG_ENABLE(redis-session, whether to disable sessions,
PHP_ARG_ENABLE(redis-igbinary, whether to enable igbinary serializer support,
[ --enable-redis-igbinary Enable igbinary serializer support], no, no)
+PHP_ARG_ENABLE(redis-msgpack, whether to enable msgpack serializer support,
+[ --enable-redis-msgpack Enable msgpack serializer support], no, no)
+
PHP_ARG_ENABLE(redis-lzf, whether to enable lzf compression,
[ --enable-redis-lzf Enable lzf compression support], no, no)
PHP_ARG_WITH(liblzf, use system liblzf,
[ --with-liblzf[=DIR] Use system liblzf], no, no)
-[ --enable-redis-igbinary Enable igbinary serializer support], no, no)
-
-PHP_ARG_ENABLE(redis-msgpack, whether to enable msgpack serializer support,
-[ --enable-redis-msgpack Enable msgpack serializer support], no, no)
if test "$PHP_REDIS" != "no"; then