We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f725505 commit a7b013eCopy full SHA for a7b013e
build/autotools/CheckSasl.m4
@@ -47,7 +47,7 @@ if test "$sasl_mode" != "no" ; then
47
[have_sasl_client_done=yes],
48
[have_sasl_client_done=no])
49
50
- if test "have_sasl_client_done" = "yes" ; then
+ if test "$have_sasl_client_done" = "yes" ; then
51
AC_SUBST(MONGOC_HAVE_SASL_CLIENT_DONE, 1)
52
else
53
AC_SUBST(MONGOC_HAVE_SASL_CLIENT_DONE, 0)
0 commit comments