1
1

Ignore --with-foo=external arguments in subdirs

Signed-off-by: Ralph Castain <rhc@open-mpi.org>
This commit is contained in:
Ralph Castain 2018-10-06 06:48:13 -07:00
parent f11fea07e3
commit 08109acf8c

View File

@ -62,6 +62,8 @@ do
;;
--with*=internal)
;;
--with*=external)
;;
*)
case $subdir_arg in
*\'*) subdir_arg=`echo "$subdir_arg" | sed "s/'/'\\\\\\\\''/g"` ;;