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"