From 4d4905c8df1076421d968188464d870ef93254d2 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 8 Mar 2018 12:21:15 +0000 Subject: [PATCH] Add SUPPORT_ to the list of prefixes for config_opts --- run_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_build b/run_build index a476bdb..04c7fee 100755 --- a/run_build +++ b/run_build @@ -1195,7 +1195,7 @@ sub configure push @confout, @tmp; # Build the config_opts array to send to the server chomp @tmp; - my @config_opts = grep s/(?:LOOKUP_|EXPERIMENTAL_|USE_)(\S+)=.*/$1/, + my @config_opts = grep s/(?:LOOKUP_|EXPERIMENTAL_|SUPPORT_|USE_)(\S+)=.*/$1/, @tmp; push @config_opts, grep s/^(?:EXIM_)(PERL|PYTHON)=.*/$1/, @tmp; -- 2.30.2