diff options
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 4e130c06..ccce5409 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -770,7 +770,7 @@ if test -z $axiom_lisp; then ## 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. - if test -z $AXIOM_LISP -a ! -d ${srcdir}/gcl; then + if test -z $AXIOM_LISP && test ! -d ${srcdir}/gcl; then AC_MSG_ERROR([OpenAxiom needs GCL. Either separately build one, or get the dependency tarball from OpenAxiom website.]) fi |