1
1

configure.ac: use the portable '=' operator for the 'test' command

Thanks to Kevin M. Buckley for providing the patch

cmr=v1.8.2:reviewer=rhc

This commit was SVN r32253.
Этот коммит содержится в:
Gilles Gouaillardet 2014-07-17 05:12:50 +00:00
родитель 26e3282a18
Коммит 948432da2a

Просмотреть файл

@ -20,6 +20,8 @@
# Copyright (c) 2013 Mellanox Technologies, Inc.
# All rights reserved.
# Copyright (c) 2013-2014 Intel, Inc. All rights reserved.
# Copyright (c) 2014 Research Organization for Information Science
# and Technology (RIST). All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
@ -624,8 +626,8 @@ OPAL_CONFIG_ASM
m4_ifdef([project_ompi], [OMPI_SETUP_MPI_FORTRAN], [ompi_fortran_happy=0])
AM_CONDITIONAL(OSHMEM_BUILD_FORTRAN_BINDINGS,
[test "$enable_oshmem" == "yes" -a "$ompi_fortran_happy" == "1" -a \
"$OMPI_WANT_FORTRAN_BINDINGS" == "1" -a \
[test "$enable_oshmem" = "yes" -a "$ompi_fortran_happy" = "1" -a \
"$OMPI_WANT_FORTRAN_BINDINGS" = "1" -a \
"$enable_oshmem_fortran" != "no"])
# checkpoint results