diff options
author | Craig A. Berry <craigberry@mac.com> | 2000-11-22 20:20:25 -0600 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-23 16:05:41 +0000 |
commit | 6e26cd357084998649c8fbd38bdc230396a5f168 (patch) | |
tree | 57e01f787de7509a9a8eb9f0c33c2656114a5d92 /configure.com | |
parent | 5ae8d7b492625717ffaa50d6e3919f762d3ab467 (diff) | |
download | perl-6e26cd357084998649c8fbd38bdc230396a5f168.tar.gz |
Re: perl@7826
Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
Make VMS to like Filter::Util::Call.
p4raw-id: //depot/perl@7837
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 52464fef6a..22678cecfe 100644 --- a/configure.com +++ b/configure.com @@ -2368,7 +2368,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 IO Opcode Devel::Peek Devel::DProf Data::Dumper attrs VMS::Stdio VMS::DCLsym B SDBM_File Storable Thread Sys::Hostname" +$ dflt = "re Fcntl Encode Errno File::Glob Filter::Util 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" |