Fix problems with applied patch file

This commit is contained in:
jjgarcia 2005-10-24 08:40:05 +00:00
parent 8c730e452d
commit 9d3fc0362e
2 changed files with 4 additions and 4 deletions

4
src/configure vendored
View file

@ -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})"

View file

@ -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