Skip to content

Commit 42365d0

Browse files
committed
Make afs 'false' rather than 'undef' on VMS
Unlike nearly every other Configure variable, the absence of afs is denoted by a false value rather than undef but we had this backwards in configure.com. t/op/require_errors.t has been failing because it checks for equal to 'true' rather than definedness.
1 parent eb62f8d commit 42365d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.com

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5826,7 +5826,7 @@ $ WC "PERL_CONFIG_SH='true'"
58265826
$ WC "_a='" + lib_ext + "'"
58275827
$ WC "_exe='" + exe_ext + "'"
58285828
$ WC "_o='" + obj_ext + "'"
5829-
$ WC "afs='undef'"
5829+
$ WC "afs='false'"
58305830
$ WC "afsroot='/afs'"
58315831
$ WC "alignbytes='" + alignbytes + "'"
58325832
$ WC "aphostname='write sys$output f$edit(f$getsyi(\""SCSNODE\""),\""TRIM,LOWERCASE\"")'"

0 commit comments

Comments
 (0)