Have just one debug test, and don't use timers during gdb operations.
[m6w6/libmemcached] / m4 / ax_sasl.m4
index 48b05c7474b2e505f6e8897fe852059459746ead..303fbd2bef5e1046ae6cca911a2132f6cf7cd9c3 100644 (file)
@@ -46,7 +46,7 @@ AC_DEFUN([AX_SASL_CHECK],
     [ax_sasl_check=no
     AX_CHECK_LIBRARY([LIBSASL],[sasl/sasl.h],[sasl2],
       [ax_sasl_check=yes
-      AC_SUBST([SASL_LDFLAGS],[[-lsasl2]])
+      AC_SUBST([SASL_LIB],[[-lsasl2]])
       ])
     AC_MSG_CHECKING([checking to see if sasl works])
     AC_MSG_RESULT(["$ax_sasl_check"])