Merge pull request #1303 from opensvn/master

fix config error
This commit is contained in:
Zhi Guan
2022-12-22 23:05:05 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ use strict;
use File::Basename; use File::Basename;
use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/; use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/;
use File::Path qw/mkpath/; use File::Path qw/mkpath/;
use if $^O ne "VMS", 'File::Glob' => qw/glob/; use if $^O ne "VMS", 'File::Glob' => qw/:glob/;
# see INSTALL for instructions. # see INSTALL for instructions.

View File

@@ -336,7 +336,7 @@ ENDIF
{- {-
use File::Spec::Functions; use File::Spec::Functions;
use File::Basename; use File::Basename;
use if $^O ne "VMS", 'File::Glob' => qw/glob/; use if $^O ne "VMS", 'File::Glob' => qw/:glob/;
my @nogo_headers = ( "asn1_mac.h", my @nogo_headers = ( "asn1_mac.h",
"__decc_include_prologue.h", "__decc_include_prologue.h",