VirtualBox

source: vbox/trunk/src/libs/openssl-3.4.1/Configurations/windows-checker.pm

Last change on this file was 109052, checked in by vboxsync, 3 weeks ago

openssl-3.4.1: Applied our changes, regenerated files, added missing files and functions. This time with a three way merge. ​bugref:10890

  • Property svn:eol-style set to LF
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 653 bytes
Line 
1#! /usr/bin/env perl
2
3use Config;
4
5# Check that the perl implementation file modules generate paths that
6# we expect for the platform
7use File::Spec::Functions qw(:DEFAULT rel2abs);
8
9if (!$ENV{CONFIGURE_INSIST} && rel2abs('.') !~ m|\\|) {
10 die <<EOF;
11
12******************************************************************************
13This perl implementation doesn't produce Windows like paths (with backward
14slash directory separators). Please use an implementation that matches your
15building platform.
16
17This Perl version: $Config{version} for $Config{archname}
18******************************************************************************
19EOF
20}
21
221;
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette