From 7675956b8fd739b150d3bdd14c265fd728786201 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 5 Oct 2018 07:28:25 -0700 Subject: [PATCH] opal_config_subdir_args.m4: fix typo A typo inadvertantly crept in to e836dbd506. Add the extra '-' to make it correctly search for --with-*=internal. Signed-off-by: Jeff Squyres --- config/opal_config_subdir_args.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/opal_config_subdir_args.m4 b/config/opal_config_subdir_args.m4 index cfd75ff405..aab1d42fd7 100644 --- a/config/opal_config_subdir_args.m4 +++ b/config/opal_config_subdir_args.m4 @@ -60,7 +60,7 @@ do ;; -with-platform=* | --with-platform=*) ;; - -with*=internal) + --with*=internal) ;; *) case $subdir_arg in