1
1

Remove an errant '$' in the configure.m4 files. Was causing problems with configure.

This commit was SVN r22821.
Этот коммит содержится в:
Josh Hursey 2010-03-12 20:08:22 +00:00
родитель 86e58eb6d3
Коммит b43d621f30
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -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"],