From: Jeremy Harris Date: Thu, 8 Mar 2018 12:21:15 +0000 (+0000) Subject: Add SUPPORT_ to the list of prefixes for config_opts X-Git-Url: https://git.exim.org/buildfarm-client.git/commitdiff_plain/4d4905c8df1076421d968188464d870ef93254d2 Add SUPPORT_ to the list of prefixes for config_opts --- 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;