summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-24 16:21:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-24 16:21:56 +0000
commitac5fe96247f4a41c9f94d27f22ec6c765f5c05be (patch)
treebbf94c6e2b471206ef0ff62cb1529e48e1d6e06e /configure.com
parent42c30c638503866299537a96b1a414d449615fe9 (diff)
downloadperl-ac5fe96247f4a41c9f94d27f22ec6c765f5c05be.tar.gz
Boldly add extensions to be built to VMS, EPOC, UTS,
U/WIN, and VM/ESA (and fixups for DJGPP). Some of these additions may be too optimistic. p4raw-id: //depot/perl@9324
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 2dce6d3950..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 Digest::MD5"
+$ 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"