diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15924,7 +15924,7 @@ fi fi ## We need to build our own GCL if none is avalaible. if test -z $axiom_lisp; then - for ac_prog in sbcl gcl ecl clisp + for ac_prog in sbcl gcl ecl clisp ccl ccl64 do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 |