Re: [OMPI users] openmpi configure skips --enable-peruse

2007-01-28 Thread Rainer Keller
Hello Harald, On Sunday 28 January 2007 19:22, Harald Servat wrote: > I've checking configure and your bugtrack and I'm wondering if the line > #328 found in https://svn.open-mpi.org/trac/ompi/changeset/9372 must say > > if test "$enable_peruse" = "yes"; then > > instead of, > > if test "$e

[OMPI users] openmpi configure skips --enable-peruse

2007-01-28 Thread Harald Servat
Hello, I'm trying to compile OpenMPI on a FreeBSD 6.2 machine. I'm experiencing problems when asking configure to add peruse support. When launching > ./configure --prefix=mydir --enable-peruse it seems to ignore it. I've checking configure and your bugtrack and I'm wondering if the li