Fix configure not failing when invalid flags are passed to it.

This commit is contained in:
Peter Powell 2019-05-12 11:45:37 +01:00
parent 5e488681d4
commit 29f4254029

2
configure vendored
View File

@ -74,7 +74,7 @@ sub disable_extras (@);
my @opt_enableextras;
my @opt_disableextras;
GetOptions(
exit 1 unless GetOptions(
'clean' => \&cmd_clean,
'help' => \&cmd_help,
'update' => \&cmd_update,