Skip to content

Commit 67b5057

Browse files
author
Ralph Castain
authored
Merge pull request #5853 from rhc54/topic/subdir
Ignore --with-foo=external arguments in subdirs
2 parents f11fea0 + 08109ac commit 67b5057

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/opal_config_subdir_args.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ do
6262
;;
6363
--with*=internal)
6464
;;
65+
--with*=external)
66+
;;
6567
*)
6668
case $subdir_arg in
6769
*\'*) subdir_arg=`echo "$subdir_arg" | sed "s/'/'\\\\\\\\''/g"` ;;

0 commit comments

Comments
 (0)