aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
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
parent3f8f61e055c818711c6a6136b89b6e9fedda8c3c (diff)
downloadopen-axiom-a8f18be0ebee997a122a1d9dc2515f9c43fa256c.tar.gz
* lisp/core.lisp.in ("AxiomCore"): Use Clozure CL's package CCL.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 33f9fa90..8c832482 100644
--- a/configure.ac
+++ b/configure.ac
@@ -166,7 +166,7 @@ if test -z $axiom_lisp; then
fi
## 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.