Update for platforms where sasl wasn't really installed on.
authorBrian Aker <brian@tangent.org>
Tue, 4 Dec 2012 20:55:42 +0000 (15:55 -0500)
committerBrian Aker <brian@tangent.org>
Tue, 4 Dec 2012 20:55:42 +0000 (15:55 -0500)
m4/ax_sasl.m4

index 303fbd2bef5e1046ae6cca911a2132f6cf7cd9c3..00aaa124a4f868146aee9d3955e931c5c6794fcd 100644 (file)
@@ -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])