=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/configure,v retrieving revision 1.47 retrieving revision 1.50 diff -u -p -r1.47 -r1.50 --- OpenXM_contrib2/asir2000/configure 2009/02/23 16:51:05 1.47 +++ OpenXM_contrib2/asir2000/configure 2009/03/27 14:42:29 1.50 @@ -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 @@ -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 @@ -5608,12 +5603,6 @@ fi if test ${with_pari:=no} != no ; then - if test "${with_pari}" = new -o "${with_pari}" = 2.3 ; then - cat >>confdefs.h <<\_ACEOF -#define PARI23 1 -_ACEOF - - fi libasir_postfix=${libasir_postfix}_pari PARIINC='-I${prefix}/include/pari' if test "${enable_shared}" != yes ; then