@@ -757,6 +757,7 @@ with_gnu_ld
757
757
enable_rpath
758
758
with_libiconv_prefix
759
759
with_libintl_prefix
760
+ with_ecl
760
761
'
761
762
ac_precious_vars=' build_alias
762
763
host_alias
@@ -1411,6 +1412,7 @@ Optional Packages:
1411
1412
--without-libiconv-prefix don't search for libiconv in includedir and libdir
1412
1413
--with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib
1413
1414
--without-libintl-prefix don't search for libintl in includedir and libdir
1415
+ --with-ecl Compile with Embedded Common Lisp compiler
1414
1416
1415
1417
Some influential environment variables:
1416
1418
CC C compiler command
@@ -7105,13 +7107,20 @@ fi
7105
7107
7106
7108
7107
7109
7110
+
7111
+ # Check whether --with-ecl was given.
7112
+ if test ${with_ecl+y}
7113
+ then :
7114
+ withval=$with_ecl ; LISP_COMPILER=$LISP_COMPILER_ECL
7115
+ fi
7116
+
7117
+
7108
7118
if test " $LISP_COMPILER " = " no" ; then
7109
- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : WARNING: Can not find SBCL, Common Lisp compiler." >&5
7110
- printf " %s\n" " $as_me : WARNING: Can not find SBCL, Common Lisp compiler." >&2 ; };
7111
- LISP_COMPILER=$LISP_COMPILER_ECL ;
7112
- if test " $LISP_COMPILER_ECL " = " no" ; then
7113
- as_fn_error $? " Can not find ECL, Common Lisp compiler." " $LINENO " 5;
7114
- fi
7119
+ if test " $LISP_COMPILER_ECL " ! = " no" ; then
7120
+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : Unable to find SBCL but ECL seems installed on your system, try: \" ./reconfigure --with-ecl\" " >&5
7121
+ printf " %s\n" " $as_me : Unable to find SBCL but ECL seems installed on your system, try: \" ./reconfigure --with-ecl\" " >&6 ; }
7122
+ fi
7123
+ as_fn_error $? " Unable to find a Common Lisp compiler." " $LINENO " 5;
7115
7124
fi
7116
7125
7117
7126
{ printf " %s\n" " $as_me :${as_lineno-$LINENO } : Using $LISP_COMPILER as Common Lisp compiler" >&5
0 commit comments