Loading Configure +13 −13 Original line number Diff line number Diff line Loading @@ -888,6 +888,7 @@ while (@argvcopy) else { $config{options} .= " ".$_; } } } if (defined($config{api}) && !exists $apitable->{$config{api}}) { die "***** Unsupported api compatibility level: $config{api}\n", Loading @@ -903,7 +904,6 @@ while (@argvcopy) die "***** Unsupported options: ", join(", ", keys %unsupported_options), "\n"; } } # If any %useradd entry has been set, we must check that the "make # variables" haven't been set. We start by checking of any %useradd entry Loading Loading
Configure +13 −13 Original line number Diff line number Diff line Loading @@ -888,6 +888,7 @@ while (@argvcopy) else { $config{options} .= " ".$_; } } } if (defined($config{api}) && !exists $apitable->{$config{api}}) { die "***** Unsupported api compatibility level: $config{api}\n", Loading @@ -903,7 +904,6 @@ while (@argvcopy) die "***** Unsupported options: ", join(", ", keys %unsupported_options), "\n"; } } # If any %useradd entry has been set, we must check that the "make # variables" haven't been set. We start by checking of any %useradd entry Loading