mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-12 12:21:15 -08:00
Fix problems with applied patch file
This commit is contained in:
parent
8c730e452d
commit
9d3fc0362e
2 changed files with 4 additions and 4 deletions
4
src/configure
vendored
4
src/configure
vendored
|
|
@ -1553,7 +1553,7 @@ if test "${with_rt+set}" = set; then
|
|||
withval="$with_rt"
|
||||
|
||||
else
|
||||
with_rt=
|
||||
with_rt=${enable_shared}
|
||||
fi;
|
||||
|
||||
libdir="${libdir}/ecl"
|
||||
|
|
@ -9759,7 +9759,7 @@ LSP_FEATURES="(cons :wants-asdf ${LSP_FEATURES})"
|
|||
|
||||
fi
|
||||
|
||||
if test "" = "yes"; then
|
||||
if test "${with_rt}" = "yes"; then
|
||||
|
||||
|
||||
LSP_FEATURES="(cons :wants-rt ${LSP_FEATURES})"
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ AC_ARG_WITH(rt,
|
|||
AS_HELP_STRING( [--with-rt],
|
||||
[include MIT-RT testing environment]
|
||||
[(default=YES)]),
|
||||
[], [with_rt=])
|
||||
[], [with_rt=${enable_shared}])
|
||||
|
||||
dnl -----------------------------------------------------------------------
|
||||
dnl Installation directories
|
||||
|
|
@ -441,7 +441,7 @@ if test "${with_asdf}" = "yes"; then
|
|||
ECL_ADD_LISP_MODULE([asdf])
|
||||
fi
|
||||
|
||||
if test "" = "yes"; then
|
||||
if test "${with_rt}" = "yes"; then
|
||||
ECL_ADD_LISP_MODULE([rt])
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue