[BACK]Return to configure.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/configure.in between version 1.31 and 1.32

version 1.31, 2009/02/11 21:48:15 version 1.32, 2009/02/13 11:25:48
Line 1 
Line 1 
 dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.30 2009/02/06 10:11:12 ohara Exp $  dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.31 2009/02/11 21:48:15 ohara Exp $
   
 AC_INIT  AC_INIT
 AC_CONFIG_SRCDIR([LICENSE])  AC_CONFIG_SRCDIR([LICENSE])
Line 156  if test "${enable_fft_float:=no}" != no ; then
Line 156  if test "${enable_fft_float:=no}" != no ; then
     AC_DEFINE([USE_FLOAT])      AC_DEFINE([USE_FLOAT])
 fi  fi
   
 dnl AC_ARG_WITH([mpi],  AC_ARG_WITH([mpi],
 dnl [  --with-mpi              use the MPI library. [[no]]],  [  --with-mpi              use the MPI library. [[no]]],
 dnl [with_mpi=${withval}],[with_mpi=no])  [with_mpi=${withval}],[with_mpi=no])
   
 if test "${with_mpi:=no}" != no ; then  if test "${with_mpi:=no}" != no ; then
     MPIINC="-I/opt/FJSVmpi2/include"  
     MPILIB="-L/opt/FJSVmpi2/lib -lmpi -L/opt/FSUNaprun/lib -lmpl -lemi -lthread"  
     AC_DEFINE([MPI])      AC_DEFINE([MPI])
 fi  fi
 AC_SUBST([MPIINC])  AC_SUBST([MPIINC])

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>