=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/configure,v retrieving revision 1.46 retrieving revision 1.49 diff -u -p -r1.46 -r1.49 --- OpenXM_contrib2/asir2000/configure 2009/02/13 13:24:16 1.46 +++ OpenXM_contrib2/asir2000/configure 2009/03/16 16:08:05 1.49 @@ -5497,11 +5497,6 @@ fi fi -cat >>confdefs.h <<\_ACEOF -#define HMEXT 1 -_ACEOF - - # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then enableval=$enable_shared; enable_shared=yes @@ -5544,7 +5539,7 @@ else _ACEOF fi -GC_CONFIGURE_ARGS=--disable-threads +GC_CONFIGURE_ARGS="--disable-threads --enable-large-config" if test -n "${host_alias}" ; then GC_CONFIGURE_ARGS="--host=${host_alias} ${GC_CONFIGURE_ARGS}" fi @@ -5559,7 +5554,7 @@ fi if test ${with_gc7:=no} != no; then case "${with_gc7}" in 7*) GC_VERSION=${with_gc7} ;; - *) GC_VERSION=7.0 ;; + *) GC_VERSION=7.1 ;; esac GC=gc-${GC_VERSION} cat >>confdefs.h <<\_ACEOF