diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-12 13:37:20 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-12 13:37:20 +0000 |
commit | 49e2c44725c827e7605ffc61809dae88f3e925f4 (patch) | |
tree | 34d41d659b91d16ef1145407de1735a650802ddf /configure.com | |
parent | dcf686c9ff9829ff83c8d4e65b735a4ba6a9e6f5 (diff) | |
download | perl-49e2c44725c827e7605ffc61809dae88f3e925f4.tar.gz |
Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
p4raw-id: //depot/perl@9691
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 8b13c1f14f..fa06d20efb 100644 --- a/configure.com +++ b/configure.com @@ -2396,7 +2396,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 MIME::Base64 XS::Typemap" +$ 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 XS::Typemap Time::HiRes" $ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX" $ THEN $ dflt = dflt + " POSIX" |