=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/configure.in,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- OpenXM_contrib2/asir2000/configure.in 2007/11/11 15:54:02 1.26 +++ OpenXM_contrib2/asir2000/configure.in 2008/03/19 07:05:55 1.27 @@ -1,4 +1,4 @@ -dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.25 2007/11/11 08:44:12 ohara Exp $ +dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.26 2007/11/11 15:54:02 ohara Exp $ AC_INIT AC_CONFIG_SRCDIR([LICENSE]) @@ -67,15 +67,6 @@ if test ${with_distdir:=no} != no -a ${with_distdir} ! fi AC_SUBST([GC_DISTDIR]) -AC_ARG_ENABLE([gc-zeropage], -[ --enable-gc-zeropage enable to avoid the kernel zeropage bug. [[no]]], -[enable_gc_zeropage=yes],[enable_gc_zeropage=no]) - -if test "${enable_gc_zeropage:=no}" != no ; then - USE_GC_ZEROPAGE="yes" -fi -AC_SUBST([USE_GC_ZEROPAGE]) - libasir_postfix="" AC_ARG_WITH([pari], [ --with-pari use the PARI library. [[no]]], @@ -202,8 +193,6 @@ case "${host}" in ;; [i[3-6]86-*-interix*]) asm_obj="${i386_aout_obj}" - USE_GC_INTERIX="yes" - AC_SUBST([USE_GC_INTERIX]) AC_DEFINE([_ALL_SOURCE]) ;; sparc-sun-solaris2.*)