summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-09-12 13:56:32 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-09-12 13:56:32 +0000
commit94928b1262dec762a53d320598fa3ccdb8154f26 (patch)
tree57f810b3099b4bd91efa0ccde029f70d1ee21580 /configure.com
parent9c839522bf26b16ade2b29398a5335a1e4cb46d9 (diff)
downloadperl-94928b1262dec762a53d320598fa3ccdb8154f26.tar.gz
Do in VMS as the #7054 does.
p4raw-id: //depot/perl@7055
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.com b/configure.com
index 1a2129bd73..99a8335857 100644
--- a/configure.com
+++ b/configure.com
@@ -2699,6 +2699,10 @@ $ ELSE
$ libc=" "
$ ENDIF
$!
+$! perllibs should be libs with all non-core libs (such as gdbm) removed.
+$!
+$ perllibs=libs
+$!
$! Are we 64 bit?
$!
$ IF use64bitint .OR. use64bitint .EQS. "define"
@@ -5095,6 +5099,7 @@ $ WC "patchlevel='" + patchlevel + "'"
$ WC "path_sep='|'"
$ WC "perl_root='" + perl_root + "'" ! VMS specific $trnlnm()
$ WC "perladmin='" + perladmin + "'"
+$ WC "perllibs='" + perllibs + "'"
$ WC "pgflquota='" + pgflquota + "'"
$ WC "pidtype='" + pidtype + "'"
$ WC "pm_apiversion='" + version + "'"