In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/9d875cfd2b113b3cb1462875c8b92f3f08859fb5?hp=abda9fe0fe75ae824723761c1c98af958f17a41c>

- Log -----------------------------------------------------------------
commit 9d875cfd2b113b3cb1462875c8b92f3f08859fb5
Author: Craig A. Berry <craigbe...@mac.com>
Date:   Fri Dec 1 11:45:50 2017 -0600

    Specify afs entries in configure.com.
    
    This prevents op/stat.t from failing due to an undefined variable
    warning when $Config{'afsroot'} is checked.

-----------------------------------------------------------------------

Summary of changes:
 configure.com | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.com b/configure.com
index aeb7d36514..735dff5cb2 100644
--- a/configure.com
+++ b/configure.com
@@ -5853,6 +5853,8 @@ $ WC "PERL_CONFIG_SH='true'"
 $ WC "_a='" + lib_ext + "'"
 $ WC "_exe='" + exe_ext + "'"
 $ WC "_o='" + obj_ext + "'"
+$ WC "afs='undef'"
+$ WC "afsroot='/afs'"
 $ WC "alignbytes='" + alignbytes + "'"
 $ WC "aphostname='write sys$output 
f$edit(f$getsyi(\""SCSNODE\""),\""TRIM,LOWERCASE\"")'"
 $ WC "api_revision='" + api_revision + "'"

-- 
Perl5 Master Repository

Reply via email to