From a8f18be0ebee997a122a1d9dc2515f9c43fa256c Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 8 Feb 2010 16:52:36 +0000 Subject: * lisp/core.lisp.in ("AxiomCore"): Use Clozure CL's package CCL. --- configure.ac.pamphlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac.pamphlet') 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: <>= ## 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. -- cgit v1.2.3