summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2017-12-01 11:45:50 -0600
committerCraig A. Berry <craigberry@mac.com>2017-12-01 11:55:01 -0600
commit9d875cfd2b113b3cb1462875c8b92f3f08859fb5 (patch)
treea69f66e48e416aaf235b22ba33415fce5da3fe4d /configure.com
parentabda9fe0fe75ae824723761c1c98af958f17a41c (diff)
downloadperl-9d875cfd2b113b3cb1462875c8b92f3f08859fb5.tar.gz
Specify afs entries in configure.com.
This prevents op/stat.t from failing due to an undefined variable warning when $Config{'afsroot'} is checked.
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com2
1 files changed, 2 insertions, 0 deletions
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 + "'"