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.
Этот коммит содержится в:
родитель
ade94b523b
Коммит
45a4f2c7ed
@ -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"],
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user