X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configurations%2Fwindows-checker.pm;h=4b7105df33cbf5118c30c7a13aa582397b73c54c;hp=de46fbc1dfc52810574f09e3505fd80fc1e3030c;hb=d6baf09fe0c9efe4fe87e16fed088b9ce2b4c3f1;hpb=dab2cd68e7cc304c9b1a4e7cee18a98711771a53 diff --git a/Configurations/windows-checker.pm b/Configurations/windows-checker.pm index de46fbc1df..4b7105df33 100644 --- a/Configurations/windows-checker.pm +++ b/Configurations/windows-checker.pm @@ -6,7 +6,7 @@ use Config; # we expect for the platform use File::Spec::Functions qw(:DEFAULT rel2abs); -if (rel2abs('.') !~ m|\\|) { +if (!$ENV{CONFIGURE_INSIST} && rel2abs('.') !~ m|\\|) { die <