diff options
-rw-r--r-- | configure.com | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/configure.com b/configure.com index e32210ff48..7cf329d469 100644 --- a/configure.com +++ b/configure.com @@ -5109,13 +5109,8 @@ $ WS " iss = ((iss&1)==1 && code == 0x1234);" $ WS " printf(""%d\n"",iss);" $ WS "}" $ CS -$ IF (F$EXTRACT(0,7,archname) .EQS. "VMS_AXP") -$ THEN -$ GOSUB compile -$ ELSE -$ ! Causes SS$_BADSTACK on OpenVMS I64 v8.1 (but hey, it was undocumented) -$ tmp = "0" -$ ENDIF +$ ON ERROR THEN CONTINUE +$ GOSUB compile $ IF tmp .EQS. "1" $ THEN $ echo4 "Yep, we can." |