aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-12-07 20:51:34 +0000
committerRichard M. Stallman1996-12-07 20:51:34 +0000
commitb336ddd38a38f7f94c33509b5aa7574446bc2e19 (patch)
tree96285180006282829a39c3b47c0ca2b0afd3204c
parente196e7f212763719a15c7da2ce879a43672bbacd (diff)
downloademacs-b336ddd38a38f7f94c33509b5aa7574446bc2e19.tar.gz
emacs-b336ddd38a38f7f94c33509b5aa7574446bc2e19.zip
Recognize vax-*-netbsd*.
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
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
162 mips-*-netbsd*) machine=pmax ;; 162 mips-*-netbsd*) machine=pmax ;;
163 ns32k-*-netbsd*) machine=ns32000 ;; 163 ns32k-*-netbsd*) machine=ns32000 ;;
164 sparc-*-netbsd*) machine=sparc ;; 164 sparc-*-netbsd*) machine=sparc ;;
165 vax-*-netbsd*) machine=vax ;;
165 esac 166 esac
166 ;; 167 ;;
167 168