aboutsummaryrefslogtreecommitdiff
path: root/configure.ac.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-02-08 16:52:36 +0000
committerdos-reis <gdr@axiomatics.org>2010-02-08 16:52:36 +0000
commita8f18be0ebee997a122a1d9dc2515f9c43fa256c (patch)
tree17886c8381442f358f061dca42c191d5b54e5722 /configure.ac.pamphlet
parent3f8f61e055c818711c6a6136b89b6e9fedda8c3c (diff)
downloadopen-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.pamphlet2
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.