From: Richard M. Stallman Date: Sat, 7 Dec 1996 20:51:34 +0000 (+0000) Subject: Recognize vax-*-netbsd*. X-Git-Tag: emacs-20.1~3318 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b336ddd38a38f7f94c33509b5aa7574446bc2e19;p=emacs.git Recognize vax-*-netbsd*. --- diff --git a/configure.in b/configure.in index 404ef4e3925..ea19efdb183 100644 --- a/configure.in +++ b/configure.in @@ -162,6 +162,7 @@ case "${canonical}" in mips-*-netbsd*) machine=pmax ;; ns32k-*-netbsd*) machine=ns32000 ;; sparc-*-netbsd*) machine=sparc ;; + vax-*-netbsd*) machine=vax ;; esac ;;