X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=WL-ELS;h=956bc51d0db92d0334ff8b702fb87d92924e49da;hb=eba52ba9176812166fe1f7568a2595e344e1cebb;hp=0fb9c576ac2307484b576bea9497dd6dd0fe7d45;hpb=387b01150aa330c6bf4db3bf4c50cf5a12267fa6;p=elisp%2Fwanderlust.git diff --git a/WL-ELS b/WL-ELS index 0fb9c57..956bc51 100644 --- a/WL-ELS +++ b/WL-ELS @@ -72,11 +72,6 @@ (if (module-installed-p 'base64) (add-to-list 'UTILS-MODULES 'ssl)) -(defconst SASL-MODULES '(hmac-def hmac-md5 hmac-sha1 - hex-util md5-dl md5-el md5 - sha1-dl sha1-el sha1 sasl - scram-md5 digest-md5 unique-id)) - (defvar modules-alist (list (cons ELMODIR ELMO-MODULES) @@ -86,9 +81,4 @@ (if (exec-installed-p "imput") (cons UTILSDIR (list 'im-wl))) (if wl-install-utils - (cons UTILSDIR UTILS-MODULES)) - ;; sasl does not work under Nemacs. - (if (and wl-install-sasl - (not (fboundp 'nemacs-version))) - (cons SASLDIR SASL-MODULES)) - )) + (cons UTILSDIR UTILS-MODULES)))) \ No newline at end of file