projects
/
m6w6
/
ext-psi
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
raw
| inline |
side by side
Merge branch 'slimconfigure'
[m6w6/ext-psi]
/
m4
/
psi
/
psi.m4
diff --git
a/m4/psi/psi.m4
b/m4/psi/psi.m4
index
470a7a6
..
ba86907
100644
(file)
--- a/
m4/psi/psi.m4
+++ b/
m4/psi/psi.m4
@@
-106,7
+106,9
@@
AC_DEFUN(PSI_CONFIG_DONE, [
if $PSI_FAST_CONFIG; then
for conf_env in $PSI_CONFIG_TMP/*/conf.env; do
- source $conf_env
+ if test "$conf_env" != "$PSI_CONFIG_TMP/*/conf.env"; then
+ source $conf_env
+ fi
done
fi