1
1
openmpi/orte/mca/grpcomm/mcast/configure.m4
2010-03-12 20:08:22 +00:00

19 строки
482 B
Bash

# -*- shell-script -*-
#
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# MCA_grpcomm_mcast_CONFIG([action-if-found], [action-if-not-found])
# -----------------------------------------------------------
AC_DEFUN([MCA_grpcomm_mcast_CONFIG], [
# if we don't want reliable multicast, don't compile
# this component
AS_IF([test "$orte_want_multicast" = "1"],
[$1], [$2])
])dnl