Move on and use gc-unstable

This commit is contained in:
Juan Jose Garcia Ripoll 2012-09-27 23:05:20 +02:00
parent 160b29795c
commit 87a529c883
2 changed files with 2 additions and 2 deletions

2
src/aclocal.m4 vendored
View file

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

@ -4833,7 +4833,7 @@ MV="mv"
ECL_GC_DIR=gc
ECL_GC_DIR=gc-unstable
ECL_LDRPATH=''
SHAREDEXT='so'
SHAREDPREFIX='lib'