diff options
author | dos-reis <gdr@axiomatics.org> | 2010-02-08 16:52:36 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-02-08 16:52:36 +0000 |
commit | a8f18be0ebee997a122a1d9dc2515f9c43fa256c (patch) | |
tree | 17886c8381442f358f061dca42c191d5b54e5722 /configure.ac.pamphlet | |
parent | 3f8f61e055c818711c6a6136b89b6e9fedda8c3c (diff) | |
download | open-axiom-a8f18be0ebee997a122a1d9dc2515f9c43fa256c.tar.gz |
* lisp/core.lisp.in ("AxiomCore"): Use Clozure CL's package CCL.
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r-- | configure.ac.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index 1192b7a2..b1a255de 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -845,7 +845,7 @@ Consequently, we need to check for \Tool{GCL} and its version: <<find lisp>>= ## We need to build our own GCL if none is avalaible. if test -z $axiom_lisp; then - AC_CHECK_PROGS([AXIOM_LISP], [sbcl gcl ecl clisp]) + AC_CHECK_PROGS([AXIOM_LISP], [sbcl gcl ecl clisp ccl ccl64]) ## A lisp may not be available AND the GCL source may also ## be missing. Instruct user to either build one or get ## the dependencies from our website. |