Fix a copule of minor buglets
This commit was SVN r25589.
Этот коммит содержится в:
родитель
d378cf0596
Коммит
7180ad40ad
@ -30,7 +30,7 @@ AC_DEFUN([MCA_orte_ess_tm_CONFIG],[
|
||||
|
||||
# if check worked, set wrapper flags if so.
|
||||
# Evaluate succeed / fail
|
||||
AS_IF([test "$ess_tm_good" = "1" -a test "$orte_without_full_support" = 0],
|
||||
AS_IF([test "$ess_tm_good" = "1" -a "$orte_without_full_support" = 0],
|
||||
[ess_tm_WRAPPER_EXTRA_LDFLAGS="$ess_tm_LDFLAGS"
|
||||
ess_tm_WRAPPER_EXTRA_LIBS="$ess_tm_LIBS"
|
||||
$1],
|
||||
|
@ -32,8 +32,8 @@ AC_DEFUN([MCA_orte_notifier_smtp_CONFIG], [
|
||||
[esmtp],
|
||||
[smtp_create_session],
|
||||
[],
|
||||
[$orte_notifier_want_smtp=1],
|
||||
[$orte_notifier_want_smtp=0])
|
||||
[orte_notifier_want_smtp=1],
|
||||
[orte_notifier_want_smtp=0])
|
||||
|
||||
AS_IF([test "$orte_notifier_want_smtp" = 1 -a "$orte_without_full_support" = 0],
|
||||
[$1],
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user