diff options
author | Hans Mulder <hansmu@xs4all.nl> | 1998-06-23 04:41:00 -0700 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-28 18:33:42 +0000 |
commit | c05f8f3dab4277e4be85d6b86d07d49c10f8c216 (patch) | |
tree | d13ea9047063743cfd14a5252482d53e6e6c8a3e /configure.com | |
parent | c0830f08d1ac3314ba24d3d631beb837c7748610 (diff) | |
download | perl-c05f8f3dab4277e4be85d6b86d07d49c10f8c216.tar.gz |
hand apply mutiliated patch
Message-Id: <3.0.5.32.19980623114100.00ab76e0@ous.edu>
Subject: [PATCH 5.004_68]Configure update for VMS
p4raw-id: //depot/perl@1229
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.com b/configure.com index 7eef1ca5d9..bdbf2cd13d 100644 --- a/configure.com +++ b/configure.com @@ -1786,7 +1786,7 @@ $ echo "you might, for example, want to build GDBM_File instead of $ echo "SDBM_File if you have the GDBM library built on your machine $ echo " $ echo "Which modules do you want to build into perl?" -$ dflt = "Fcntl IO Opcode attrs Stdio DCLsym B SDBM_File" +$ dflt = "Fcntl Errno IO Opcode attrs Stdio DCLsym B SDBM_File" $ if Using_Dec_C.eqs."Yes" $ THEN $ dflt = dflt + " POSIX" |