From 94928b1262dec762a53d320598fa3ccdb8154f26 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 12 Sep 2000 13:56:32 +0000 Subject: [PATCH] Do in VMS as the #7054 does. p4raw-id: //depot/perl@7055 --- configure.com | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.com b/configure.com index 1a2129b..99a8335 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 + "'" -- 2.7.4