=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/configure.in,v retrieving revision 1.36 retrieving revision 1.37 diff -u -p -r1.36 -r1.37 --- OpenXM_contrib2/asir2000/configure.in 2009/03/16 16:08:05 1.36 +++ OpenXM_contrib2/asir2000/configure.in 2009/03/27 14:42:29 1.37 @@ -1,4 +1,4 @@ -dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.35 2009/03/04 06:51:41 ohara Exp $ +dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.36 2009/03/16 16:08:05 ohara Exp $ AC_INIT AC_CONFIG_SRCDIR([LICENSE]) @@ -86,9 +86,6 @@ AC_ARG_WITH([pari], [with_pari=${withval}],[with_pari=no]) if test ${with_pari:=no} != no ; then - if test "${with_pari}" = new -o "${with_pari}" = 2.3 ; then - AC_DEFINE([PARI23]) - fi libasir_postfix=${libasir_postfix}_pari PARIINC='-I${prefix}/include/pari' if test "${enable_shared}" != yes ; then