=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/configure.in,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- OpenXM_contrib2/asir2000/configure.in 2008/08/08 05:47:21 1.28 +++ OpenXM_contrib2/asir2000/configure.in 2008/08/11 16:58:30 1.29 @@ -1,4 +1,4 @@ -dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.27 2008/03/19 07:05:55 ohara Exp $ +dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.28 2008/08/08 05:47:21 ohara Exp $ AC_INIT AC_CONFIG_SRCDIR([LICENSE]) @@ -73,6 +73,9 @@ 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