From d482c6acc15659765c8afde2574657ce3f548301 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Fri, 28 Dec 2012 03:02:07 +0000 Subject: [PATCH] Improve the error message a bit This commit was SVN r27726. --- config/orte_check_pmi.m4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/orte_check_pmi.m4 b/config/orte_check_pmi.m4 index bec9040eb1..6d62def59c 100644 --- a/config/orte_check_pmi.m4 +++ b/config/orte_check_pmi.m4 @@ -67,7 +67,10 @@ AC_DEFUN([ORTE_CHECK_PMI],[ [orte_check_pmi_$1_CPPFLAGS="-I$with_pmi/include/slurm"], [AC_MSG_RESULT([not found]) AC_MSG_WARN([PMI support requested (via --with-pmi) but pmi.h]) - AC_MSG_WARN([not found under specified location $with_pmi]) + AC_MSG_WARN([not found under locations:]) + AC_MSG_WARN([ $with_pmi/include]) + AC_MSG_WARN([ $with_pmi/include/slurm]) + AC_MSG_WARN([Specified path: $with_pmi]) AC_MSG_ERROR([Aborting]) $3])])], [AS_IF([test -f "/usr/include/slurm/pmi.h"],