diff --git a/Configure b/Configure index eb7e54c2b2..2b621f5ba0 100755 --- a/Configure +++ b/Configure @@ -1334,7 +1334,7 @@ if ($builder eq "unified") { # Info we're looking for qr/^\s*IF\[((?:\\.|[^\\\]])*)\]\s*$/ => sub { - if (! @skip || $skip[$#skip] >= 0) { + if (! @skip || $skip[$#skip] > 0) { push @skip, !! $1; } else { push @skip, -1;