Don't install mel-b-dl.el if the running emacs has builtin base64
authormorioka <morioka>
Sat, 24 Oct 1998 11:04:52 +0000 (11:04 +0000)
committermorioka <morioka>
Sat, 24 Oct 1998 11:04:52 +0000 (11:04 +0000)
encoder/decoder.

FLIM-ELS

index 3e8e347..ec402b8 100644 (file)
--- a/FLIM-ELS
+++ b/FLIM-ELS
                     mime mime-parse mmgeneric mmbuffer mmcooked
                     mailcap))
 
-(if (fboundp 'dynamic-link)
-    (setq flim-modules (cons 'mel-b-dl flim-modules))
-  )
+(or (subrp 'base64-encode-string)
+    (if (fboundp 'dynamic-link)
+       (setq flim-modules (cons 'mel-b-dl flim-modules))
+      ))
 
 (if (and (featurep 'mule)
         (not (or (and (boundp 'MULE) MULE)