* there's no var_in variable for the component-specific variables, so don't
have on there. Fixes static builds with GM. This commit was SVN r7140.
Этот коммит содержится в:
родитель
c8a23106c0
Коммит
7e9b777ead
@ -780,7 +780,7 @@ AC_MSG_ERROR([*** ${framework} component ${component} was supposed to be direct-
|
||||
eval "$str"
|
||||
var_out="LIBMPI_EXTRA_${flags}"
|
||||
if test -n "$line"; then
|
||||
str="$var_out="'"$'"$var_out $var_in $line"'"'
|
||||
str="$var_out="'"$'"$var_out $line"'"'
|
||||
eval $str
|
||||
fi
|
||||
done
|
||||
@ -790,7 +790,7 @@ AC_MSG_ERROR([*** ${framework} component ${component} was supposed to be direct-
|
||||
eval "$str"
|
||||
var_out="WRAPPER_EXTRA_${flags}"
|
||||
if test -n "$line"; then
|
||||
str="$var_out="'"$'"$var_out $var_in $line"'"'
|
||||
str="$var_out="'"$'"$var_out $line"'"'
|
||||
eval $str
|
||||
fi
|
||||
done
|
||||
@ -804,7 +804,7 @@ AC_MSG_ERROR([*** ${framework} component ${component} was supposed to be direct-
|
||||
eval "$str"
|
||||
var_out="LIBMPI_EXTRA_${flags}"
|
||||
if test -n "$line"; then
|
||||
str="$var_out="'"$'"$var_out $var_in $line"'"'
|
||||
str="$var_out="'"$'"$var_out $line"'"'
|
||||
eval $str
|
||||
fi
|
||||
done
|
||||
@ -814,7 +814,7 @@ AC_MSG_ERROR([*** ${framework} component ${component} was supposed to be direct-
|
||||
eval "$str"
|
||||
var_out="WRAPPER_EXTRA_${flags}"
|
||||
if test -n "$line"; then
|
||||
str="$var_out="'"$'"$var_out $var_in $line"'"'
|
||||
str="$var_out="'"$'"$var_out $line"'"'
|
||||
eval $str
|
||||
fi
|
||||
done
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user