VirtualBox

source: vbox/trunk/src/libs/openssl-1.1.1g/Configurations/unix-checker.pm@ 85915

Last change on this file since 85915 was 83916, checked in by vboxsync, 5 years ago

openssl-1.1.1g: Applied and adjusted our OpenSSL changes to 1.1.1g. bugref:9719

File size: 617 bytes
Line 
1#! /usr/bin/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 (rel2abs('.') !~ m|/|) {
10 die <<EOF;
11
12******************************************************************************
13This perl implementation doesn't produce Unix like paths (with forward slash
14directory 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.

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