Thanks!

Don't forget the close the bug (#3845).


On Oct 25, 2013, at 10:39 AM, <svn-commit-mai...@open-mpi.org> wrote:

> Author: miked (Mike Dubman)
> Date: 2013-10-25 10:39:37 EDT (Fri, 25 Oct 2013)
> New Revision: 29519
> URL: https://svn.open-mpi.org/trac/ompi/changeset/29519
> 
> Log:
> fix autogen warn, fixed by Roman, reviewed by miked
> 
> Text files modified: 
>   trunk/oshmem/mca/atomic/mxm/configure.m4 |     4 ++--                       
>              
>   1 files changed, 2 insertions(+), 2 deletions(-)
> 
> Modified: trunk/oshmem/mca/atomic/mxm/configure.m4
> ==============================================================================
> --- trunk/oshmem/mca/atomic/mxm/configure.m4  Fri Oct 25 01:25:41 2013        
> (r29518)
> +++ trunk/oshmem/mca/atomic/mxm/configure.m4  2013-10-25 10:39:37 EDT (Fri, 
> 25 Oct 2013)      (r29519)
> @@ -21,7 +21,7 @@
>                    CPPFLAGS="$CPPFLAGS -I$ompi_check_mxm_dir/include"
>                    LDFLAGS="$LDFLAGS -L$ompi_check_mxm_dir/lib"
>                    LIBS="$LIBS -lmxm"
> -                   AC_COMPILE_IFELSE([
> +                   AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
>                                 #include <mxm/api/mxm_api.h>
>                                 int main() {
>                                 if (mxm_get_version() < MXM_VERSION(1,5) )
> @@ -31,7 +31,7 @@
>                                 int add_index = MXM_REQ_OP_ATOMIC_ADD;
>                                 int swap_index = MXM_REQ_OP_ATOMIC_SWAP;
>                                 return 0;
> -                                }],
> +                                }]])],
>                     [AC_DEFINE([OSHMEM_HAS_ATOMIC_MXM], [1], [mxm support is 
> available]) atomic_mxm_happy="yes"],
>                    [atomic_mxm_happy="no"],
>                    [atomic_mxm_happy="no"])
> _______________________________________________
> svn-full mailing list
> svn-f...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/svn-full


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/

Reply via email to