1
1

Fix a minor problem in variable naming in these configure macros.

Thanks to Martin Audet for reporting this on the users list.

This commit was SVN r12203.
Этот коммит содержится в:
Tim Prins 2006-10-19 23:35:14 +00:00
родитель ade94b523b
Коммит 45a4f2c7ed
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -27,7 +27,7 @@ AC_DEFUN([OMPI_CHECK_LOADLEVELER],[
[Directory where the loadleveler software is installed])])
AS_IF([test "$with_loadleveler" = "no"],
[ompi_check_loadleveler_hapy="no"],
[ompi_check_loadleveler_happy="no"],
[ompi_check_loadleveler_happy="yes"
AS_IF([test ! -z "$with_loadleveler" -a "$with_loadleveler" != "yes"],
[ompi_check_loadleveler_dir="$with_loadleveler"],

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

@ -27,7 +27,7 @@ AC_DEFUN([OMPI_CHECK_TM],[
[Directory where the tm software is installed])])
AS_IF([test "$with_tm" = "no"],
[ompi_check_tm_hapy="no"],
[ompi_check_tm_happy="no"],
[ompi_check_tm_happy="yes"
AS_IF([test ! -z "$with_tm" -a "$with_tm" != "yes"],
[ompi_check_tm_dir="$with_tm"],