summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-08-01 22:43:56 +0200
committerRichard Levitte <levitte@openssl.org>2017-08-15 11:31:18 +0200
commit8d2214c0a49584044d96b80e846ac8f6df35a0ad (patch)
treecfad073ef328f3983cece8b214a230a3819b6388 /Configure
parentcb6afcd6ee0c0d66fae62e13fe5966171992f81c (diff)
File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapper
Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4069)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index ada1472b24..70893626e1 100755
--- a/Configure
+++ b/Configure
@@ -17,7 +17,7 @@ use lib "$FindBin::Bin/util/perl";
use File::Basename;
use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/;
use File::Path qw/mkpath/;
-use if $^O ne "VMS", 'File::Glob' => qw/:bsd_glob/;
+use OpenSSL::Glob;
# see INSTALL for instructions.