Commit ddbe700e authored by Richard Levitte's avatar Richard Levitte
Browse files

Configure: Display error/warning on deprecated/unsupported options after loop

parent b709babb
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -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",
@@ -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