Skip to content

Commit ace5771

Browse files
author
David Terei
committed
Enable SASL support by default if detected.
1 parent 8230dc1 commit ace5771

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
@@ -18,7 +18,7 @@ PHP_ARG_ENABLE(memcached-json, whether to enable memcached json serializer suppo
1818
[ --enable-memcached-json Enable memcached json serializer support], no, no)
1919

2020
PHP_ARG_ENABLE(memcached-sasl, whether to disable memcached sasl support,
21-
[ --disable-memcached-sasl Disable memcached sasl support], no, no)
21+
[ --disable-memcached-sasl Disable memcached sasl support], yes, no)
2222

2323
if test -z "$PHP_ZLIB_DIR"; then
2424
PHP_ARG_WITH(zlib-dir, for ZLIB,

0 commit comments

Comments
 (0)