diff --git a/tools/hemcom.lisp b/tools/hemcom.lisp
index 469b8f3f4dec4f8910e3d9d7495cec9bfe5d5d39..955092e2d6b548eeed1277182213eeb80d7e858f 100644
--- a/tools/hemcom.lisp
+++ b/tools/hemcom.lisp
@@ -3,13 +3,16 @@
 ;;; **********************************************************************
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/hemcom.lisp,v 1.11 2003/06/18 09:23:08 gerd Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/hemcom.lisp,v 1.12 2003/07/18 11:15:19 gerd Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
 ;;; This file compiles all of Hemlock.
 ;;;
 
+(when (boundp 'conditions::*make-condition-accessor-methods*)
+  (setq conditions::*make-condition-accessor-methods* t))
+
 #+bootstrap
 (progn
   (when (ext:get-command-line-switch "slave")