summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-25 04:23:24 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-25 04:23:24 +0000
commit160d5bf43c84e9ab7773694c152c81c6d5a0f7c2 (patch)
tree9232803fc9ad2b3c4e478d89cc5beed540a40bb0 /configure.com
parent7975e2ef3c4db4170a15045c4786caa6d631d6a4 (diff)
downloadperl-160d5bf43c84e9ab7773694c152c81c6d5a0f7c2.tar.gz
Add MIME::Base64 here and there. Again, a lot of
optimism is in the air. p4raw-id: //depot/perl@9337
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.com b/configure.com
index de3efdf2d1..3767f79b10 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 Digest::MD5 PerlIO::Scalar"
+$ 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 MIME::Base64"
$ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
$ THEN
$ dflt = dflt + " POSIX"