From: Jarkko Hietaniemi Date: Wed, 27 Jun 2001 11:33:28 +0000 (+0000) Subject: DEC C 5.3 on the VAX simply doesn't seem to like X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=890e6c902f1a2403daf1f98da8afe6dec1ccf0e3;p=p5sagit%2Fp5-mst-13.2.git DEC C 5.3 on the VAX simply doesn't seem to like compiling the MD5 extension, disable it there for now, from Peter Prymmer. p4raw-id: //depot/perl@10977 --- diff --git a/configure.com b/configure.com index 0ccc61a..344ad34 100644 --- a/configure.com +++ b/configure.com @@ -2462,6 +2462,9 @@ $ IF F$EXTRACT(0,4,line) .EQS. "ext/" THEN - xxx = F$EXTRACT(4,line_len - 16,line) $ IF xxx .EQS. "DynaLoader" THEN goto ext_loop ! omit $ IF xxx .EQS. "SDBM_File/sdbm" THEN goto ext_loop ! sub extension - omit +$ IF xxx .EQS. "Digest/MD5" .AND. - + F$GETSYI("HW_MODEL") .LT. 1024 .AND. ccversion .LE. 50390006 - + THEN goto ext_loop ! cannot compile MD5.c on VAX $ IF F$EXTRACT(0,8,line) .EQS. "vms/ext/" THEN - xxx = "VMS/" + F$EXTRACT(8,line_len - 20,line) $ known_extensions = known_extensions + " ''xxx'"