From: Brian Aker Date: Tue, 4 Dec 2012 20:55:42 +0000 (-0500) Subject: Update for platforms where sasl wasn't really installed on. X-Git-Tag: 1.0.15~10^2~3 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=a22c6dc854fd402d0a339cbaa48f895319ad20e0;p=m6w6%2Flibmemcached Update for platforms where sasl wasn't really installed on. --- diff --git a/m4/ax_sasl.m4 b/m4/ax_sasl.m4 index 303fbd2b..00aaa124 100644 --- a/m4/ax_sasl.m4 +++ b/m4/ax_sasl.m4 @@ -34,7 +34,8 @@ AC_DEFUN([AX_SASL_OPTION], echo "$ax_sasl_check" AS_IF([test "x${ax_sasl_check}" = xyes], [ax_sasl_option=yes], - [AC_MSG_WARN([request to add sasl support failed, please see config.log])]) + [AC_MSG_WARN([request to add sasl support failed, please see config.log]) + ac_enable_sasl=no]) ]) AC_MSG_CHECKING([checking to see if enabling sasl])