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.
Этот коммит содержится в:
родитель
26e3282a18
Коммит
948432da2a
@ -20,6 +20,8 @@
|
|||||||
# Copyright (c) 2013 Mellanox Technologies, Inc.
|
# Copyright (c) 2013 Mellanox Technologies, Inc.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
# Copyright (c) 2013-2014 Intel, 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$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
# Additional copyrights may follow
|
# Additional copyrights may follow
|
||||||
@ -624,8 +626,8 @@ OPAL_CONFIG_ASM
|
|||||||
m4_ifdef([project_ompi], [OMPI_SETUP_MPI_FORTRAN], [ompi_fortran_happy=0])
|
m4_ifdef([project_ompi], [OMPI_SETUP_MPI_FORTRAN], [ompi_fortran_happy=0])
|
||||||
|
|
||||||
AM_CONDITIONAL(OSHMEM_BUILD_FORTRAN_BINDINGS,
|
AM_CONDITIONAL(OSHMEM_BUILD_FORTRAN_BINDINGS,
|
||||||
[test "$enable_oshmem" == "yes" -a "$ompi_fortran_happy" == "1" -a \
|
[test "$enable_oshmem" = "yes" -a "$ompi_fortran_happy" = "1" -a \
|
||||||
"$OMPI_WANT_FORTRAN_BINDINGS" == "1" -a \
|
"$OMPI_WANT_FORTRAN_BINDINGS" = "1" -a \
|
||||||
"$enable_oshmem_fortran" != "no"])
|
"$enable_oshmem_fortran" != "no"])
|
||||||
|
|
||||||
# checkpoint results
|
# checkpoint results
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user