Ignore --with-foo=external arguments in subdirs
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
This commit is contained in:
parent
f11fea07e3
commit
08109acf8c
@ -62,6 +62,8 @@ do
|
||||
;;
|
||||
--with*=internal)
|
||||
;;
|
||||
--with*=external)
|
||||
;;
|
||||
*)
|
||||
case $subdir_arg in
|
||||
*\'*) subdir_arg=`echo "$subdir_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
||||
|
Loading…
Reference in New Issue
Block a user