diff configure @ 12563:ad8852dcb3fe

OpenBSD/VAX support, patch by Gabucino
author faust3
date Fri, 11 Jun 2004 09:58:27 +0000
parents a6acf2b87bd5
children a375d51d1bf6
line wrap: on
line diff
--- a/configure	Fri Jun 11 08:09:24 2004 +0000
+++ b/configure	Fri Jun 11 09:58:27 2004 +0000
@@ -449,6 +449,7 @@
       s390) host_arch=s390 ;;
       s390x) host_arch=s390x ;;
       mips) host_arch=mips ;;
+      vax) host_arch=vax ;;
       *) host_arch=UNKNOWN ;;
     esac
     ;;