diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2000-11-08 07:29:06 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-09 04:12:42 +0000 |
commit | 7d4173ed82afd5b15a1b1ecc5bd9c81dd82fd578 (patch) | |
tree | 122d53aa3c0453aa39d0efce0e639bee48e223f6 /configure.com | |
parent | 5dbb2e9334e536644db3f76ee525a94a427d9268 (diff) | |
download | perl-7d4173ed82afd5b15a1b1ecc5bd9c81dd82fd578.tar.gz |
add Encode to VMS build and tests
Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
p4raw-id: //depot/perl@7615
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.com b/configure.com index 125c9f6107..05fde810bc 100644 --- a/configure.com +++ b/configure.com @@ -2367,8 +2367,8 @@ $ 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 Errno File::Glob IO Opcode Byteloader Devel::Peek Devel::DProf Data::Dumper attrs re VMS::Stdio VMS::DCLsym B SDBM_File" -$ dflt = "re Fcntl Errno File::Glob IO Opcode Devel::Peek Devel::DProf Data::Dumper attrs VMS::Stdio VMS::DCLsym B SDBM_File Storable Thread Sys::Hostname" +$! we need to add Byteloader to this list: +$ dflt = "re Fcntl Encode Errno File::Glob IO Opcode Devel::Peek Devel::DProf Data::Dumper attrs VMS::Stdio VMS::DCLsym B SDBM_File Storable Thread Sys::Hostname" $ IF Using_Dec_C .OR. using_cxx $ THEN $ dflt = dflt + " POSIX" |