From 87a529c88340d775394693e2b80df6f06e942e8a Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Thu, 27 Sep 2012 23:05:20 +0200 Subject: [PATCH] Move on and use gc-unstable --- src/aclocal.m4 | 2 +- src/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 9062dab6f..6f52c6696 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -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' diff --git a/src/configure b/src/configure index ab64763aa..ee7ee3b58 100755 --- a/src/configure +++ b/src/configure @@ -4833,7 +4833,7 @@ MV="mv" -ECL_GC_DIR=gc +ECL_GC_DIR=gc-unstable ECL_LDRPATH='' SHAREDEXT='so' SHAREDPREFIX='lib'