diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-24 16:21:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-24 16:21:56 +0000 |
commit | ac5fe96247f4a41c9f94d27f22ec6c765f5c05be (patch) | |
tree | bbf94c6e2b471206ef0ff62cb1529e48e1d6e06e /configure.com | |
parent | 42c30c638503866299537a96b1a414d449615fe9 (diff) | |
download | perl-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.com | 2 |
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" |