=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/configure.in,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- OpenXM_contrib2/asir2000/configure.in 2003/03/17 14:33:47 1.11 +++ OpenXM_contrib2/asir2000/configure.in 2003/03/19 00:52:27 1.12 @@ -1,4 +1,4 @@ -dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.10 2003/03/16 18:37:56 ohara Exp $ +dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.11 2003/03/17 14:33:47 ohara Exp $ AC_INIT([LICENSE]) AC_PREREQ(2.53) @@ -33,6 +33,15 @@ if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; CFLAGS="-O" fi fi + +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],