From c54bddde5f31614130e61d83f11efe6868f490ef Mon Sep 17 00:00:00 2001 From: Galen Shipman Date: Wed, 13 Jul 2005 21:34:11 +0000 Subject: [PATCH] change with-mvapi to with-btl-mvapi This commit was SVN r6468. --- config/ompi_check_mvapi.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ompi_check_mvapi.m4 b/config/ompi_check_mvapi.m4 index c354e498c1..45ba1881de 100644 --- a/config/ompi_check_mvapi.m4 +++ b/config/ompi_check_mvapi.m4 @@ -23,10 +23,10 @@ # support, otherwise executes action-if-not-found AC_DEFUN([OMPI_CHECK_MVAPI],[ AC_ARG_WITH([mvapi], - [AC_HELP_STRING([--with-mvapi=MVAPI_DIR], + [AC_HELP_STRING([--with-btl-mvapi=MVAPI_DIR], [Additional directory to search for MVAPI installation])]) AC_ARG_WITH([mvapi-libdir], - [AC_HELP_STRING([--with-mvapi-libdir=IBLIBDIR], + [AC_HELP_STRING([--with-btl-mvapi-libdir=IBLIBDIR], [directory where the IB library can be found, if it is not in MVAPI_DIR/lib or MVAPI_DIR/lib64])]) AS_IF([test ! -z "$with_mvapi" -a "$with_mvapi" != "yes"],