Skip to content

Commit 06f6ae3

Browse files
committed
Merge pull request #51 from memcachier/sasldefault
Enable SASL support by default if detected.
2 parents 3685a5c + ace5771 commit 06f6ae3

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)