Remove an errant '$' in the configure.m4 files. Was causing problems with configure.
This commit was SVN r22821.
Этот коммит содержится в:
родитель
86e58eb6d3
Коммит
b43d621f30
@ -10,7 +10,7 @@
|
||||
|
||||
# MCA_grpcomm_mcast_CONFIG([action-if-found], [action-if-not-found])
|
||||
# -----------------------------------------------------------
|
||||
AC_DEFUN([MCA_grpcomm_mcast_CONFIG], [$
|
||||
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"],
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
# MCA_rmcast_tcp_CONFIG([action-if-found], [action-if-not-found])
|
||||
# -----------------------------------------------------------
|
||||
AC_DEFUN([MCA_rmcast_tcp_CONFIG], [$
|
||||
AC_DEFUN([MCA_rmcast_tcp_CONFIG], [
|
||||
# if we don't want reliable multicast, don't compile
|
||||
# this component
|
||||
AS_IF([test "$orte_want_multicast" = "1"],
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
# MCA_rmcast_udp_CONFIG([action-if-found], [action-if-not-found])
|
||||
# -----------------------------------------------------------
|
||||
AC_DEFUN([MCA_rmcast_udp_CONFIG], [$
|
||||
AC_DEFUN([MCA_rmcast_udp_CONFIG], [
|
||||
# if we don't want reliable multicast, don't compile
|
||||
# this component
|
||||
AS_IF([test "$orte_want_multicast" = "1"],
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user