mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
Move on and use gc-unstable
This commit is contained in:
parent
160b29795c
commit
87a529c883
2 changed files with 2 additions and 2 deletions
2
src/aclocal.m4
vendored
2
src/aclocal.m4
vendored
|
|
@ -237,7 +237,7 @@ AC_SUBST(EXEEXT)
|
|||
AC_SUBST(INSTALL_TARGET)dnl Which type of installation: flat directory or unix like.
|
||||
AC_SUBST(thehost)
|
||||
AC_SUBST(ECL_GC_DIR)dnl Which version of the Boehm-Weiser library to use
|
||||
ECL_GC_DIR=gc
|
||||
ECL_GC_DIR=gc-unstable
|
||||
ECL_LDRPATH=''
|
||||
SHAREDEXT='so'
|
||||
SHAREDPREFIX='lib'
|
||||
|
|
|
|||
2
src/configure
vendored
2
src/configure
vendored
|
|
@ -4833,7 +4833,7 @@ MV="mv"
|
|||
|
||||
|
||||
|
||||
ECL_GC_DIR=gc
|
||||
ECL_GC_DIR=gc-unstable
|
||||
ECL_LDRPATH=''
|
||||
SHAREDEXT='so'
|
||||
SHAREDPREFIX='lib'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue