From 08109acf8cf1e3d5a268da0b73210910fd738cfe Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Sat, 6 Oct 2018 06:48:13 -0700 Subject: [PATCH] Ignore --with-foo=external arguments in subdirs Signed-off-by: Ralph Castain --- config/opal_config_subdir_args.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/opal_config_subdir_args.m4 b/config/opal_config_subdir_args.m4 index aab1d42fd7..0d5f8febab 100644 --- a/config/opal_config_subdir_args.m4 +++ b/config/opal_config_subdir_args.m4 @@ -62,6 +62,8 @@ do ;; --with*=internal) ;; + --with*=external) + ;; *) case $subdir_arg in *\'*) subdir_arg=`echo "$subdir_arg" | sed "s/'/'\\\\\\\\''/g"` ;;