2ec1b74e75
- Fix build of wanderlust-xemacs21-mule with WRKDIRPREFIX. [*] Reported by: kris [*]
13 lines
516 B
Text
13 lines
516 B
Text
--- WL-MK.orig Sun Nov 27 22:32:36 2005
|
|
+++ WL-MK Sun Nov 27 22:33:20 2005
|
|
@@ -115,8 +115,8 @@
|
|
(load "./WL-ELS" nil nil t)
|
|
;; product.el version check
|
|
(require 'product)
|
|
- (if (not (fboundp 'product-version-as-string))
|
|
- (error "Please install new APEL. See INSTALL or INSTALL.ja"))
|
|
+; (if (not (fboundp 'product-version-as-string))
|
|
+; (error "Please install new APEL. See INSTALL or INSTALL.ja"))
|
|
;; smtp.el version check.
|
|
(require 'smtp)
|
|
(if (not (fboundp 'smtp-send-buffer))
|