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: Tue, 30 Nov 2004 03:09:59 +0100

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

Modified Files:
        configure.ac 
Log Message:
Disable DIGEST-MD5 by default, until it is rewritten.


--- /home/cvs/gsasl/lib/configure.ac    2004/11/29 18:01:24     1.32
+++ /home/cvs/gsasl/lib/configure.ac    2004/11/30 02:09:58     1.33
@@ -230,7 +230,7 @@
 # DIGEST-MD5
 AC_ARG_ENABLE(digest-md5,
   AS_HELP_STRING([--disable-digest-md5], [don't use the DIGEST-MD5 mechanism]),
-  digest_md5=$enableval)
+  digest_md5=$enableval, digest_md5=no)
 if test "$digest_md5" != "no" ; then
        digest_md5=yes
        AC_DEFINE(USE_DIGEST_MD5, 1, [Define to 1 if you want DIGEST-MD5.])





reply via email to

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