diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-24 17:16:02 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-24 17:16:02 +0000 |
commit | f70490b90fda7b80a67f7838e5b73e11fb7e7204 (patch) | |
tree | 450d5fc1e0472649434fc0e190e1cdb12e89cc52 /configure.com | |
parent | e009d45070febfef5a59a9468c3cb4e6ad05051f (diff) | |
download | perl-f70490b90fda7b80a67f7838e5b73e11fb7e7204.tar.gz |
Integrate mainline.
p4raw-id: //depot/perlio@9327
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 c27adaf41d..de3efdf2d1 100644 --- a/configure.com +++ b/configure.com @@ -2392,7 +2392,7 @@ $ echo "SDBM_File if you have the GDBM library built on your machine." $ echo "" $ echo "Which modules do you want to build into perl?" $! we need to add Byteloader to this list: -$ dflt = "re Fcntl Encode Errno File::Glob Filter::Util::Call IO Opcode Devel::Peek Devel::DProf Data::Dumper attrs VMS::Stdio VMS::DCLsym B SDBM_File Storable Thread Sys::Hostname" +$ dflt = "re Fcntl Encode Errno File::Glob Filter::Util::Call IO Opcode Devel::Peek Devel::DProf Data::Dumper attrs VMS::Stdio VMS::DCLsym B SDBM_File Storable Thread Sys::Hostname Digest::MD5 PerlIO::Scalar" $ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX" $ THEN $ dflt = dflt + " POSIX" |