From fa01b9b9aade55d7d21f983de02970eb795b558c Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Thu, 5 Oct 2006 06:36:11 +0000 Subject: [PATCH] Last step for the name reversion (from windows back to process). This commit was SVN r12014. --- orte/mca/odls/process/configure.m4 | 4 ++-- orte/mca/odls/process/configure.params | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/orte/mca/odls/process/configure.m4 b/orte/mca/odls/process/configure.m4 index 8711262c1d..c721e91433 100755 --- a/orte/mca/odls/process/configure.m4 +++ b/orte/mca/odls/process/configure.m4 @@ -10,8 +10,8 @@ # $HEADER$ # -# MCA_odls_windows_CONFIG([action-if-found], [action-if-not-found]) +# MCA_odls_process_CONFIG([action-if-found], [action-if-not-found]) # ----------------------------------------------------------- -AC_DEFUN([MCA_odls_windows_CONFIG],[ +AC_DEFUN([MCA_odls_process_CONFIG],[ AC_CHECK_FUNC([CreateProcess], [$1], [$2]) ])dnl diff --git a/orte/mca/odls/process/configure.params b/orte/mca/odls/process/configure.params index 8c44ff140d..4679937270 100755 --- a/orte/mca/odls/process/configure.params +++ b/orte/mca/odls/process/configure.params @@ -10,5 +10,5 @@ # $HEADER$ # -PARAM_INIT_FILE=odls_windows_component.c +PARAM_INIT_FILE=odls_process_component.c PARAM_CONFIG_FILES="Makefile"