gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib


From: gsasl-commit
Subject: CVS gsasl/lib
Date: Thu, 23 Sep 2004 01:32:01 +0200

Update of /home/cvs/gsasl/lib
In directory dopio:/tmp/cvs-serv16374

Modified Files:
        configure.ac 
Log Message:
Fix NTLM test.


--- /home/cvs/gsasl/lib/configure.ac    2004/09/18 23:26:54     1.23
+++ /home/cvs/gsasl/lib/configure.ac    2004/09/22 23:32:01     1.24
@@ -111,11 +111,11 @@
   AS_HELP_STRING([--disable-ntlm], [don't use the NTLM mechanism]),
   ntlm=$enableval)
 if test "$ntlm" != "no"; then
-       sj_CHECK_HEADERLIB(ntlm.h, ntlm, buildSmbNtlmAuthRequest,
+       sj_CHECK_HEADERLIB(ntlm.h, ntlm, ntlm_des_set_key,
                [ntlm=yes
                AC_DEFINE(USE_NTLM, 1, [Define to 1 if you want NTLM.])],
                [ntlm=no
-               AC_MSG_WARN([Libntlm not found, disabling NTLM.])])
+               AC_MSG_WARN([Libntlm >= 0.3.5 not found, disabling NTLM.])])
 fi
 AC_MSG_CHECKING([if NTLM should be used])
 AC_MSG_RESULT($ntlm)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]