DEC C 5.3 on the VAX simply doesn't seem to like
Jarkko Hietaniemi [Wed, 27 Jun 2001 11:33:28 +0000 (11:33 +0000)]
compiling the MD5 extension, disable it there for now,
from Peter Prymmer.

p4raw-id: //depot/perl@10977

configure.com

index 0ccc61a..344ad34 100644 (file)
@@ -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'"