diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-03-20 19:47:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-03-20 19:47:30 +0000 |
commit | 9b77729f64ea509459f450fc91d3266621f381ea (patch) | |
tree | ac79894bbe62137a43486ca31dad320a3321374b /configure.in | |
parent | 12333e2ba53c9585b5d4344358ce6723ad15bf6b (diff) | |
download | emacs-9b77729f64ea509459f450fc91d3266621f381ea.tar.gz |
Fix previous change.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in index 6060a53ec08..fbcab340260 100644 --- a/configure.in +++ b/configure.in @@ -294,13 +294,6 @@ dnl see the `changequote' comment above. sparc*-*-openbsd*) machine=sparc ;; vax-*-openbsd*) machine=vax ;; x86_64-*-openbsd*) machine=amdx86-64 ;; - i386-*-openbsd*) machine=intel386 ;; - x86_64-*-openbsd*) machine=amdx86-64 ;; - m68k-*-openbsd*) machine=hp9000s300 ;; - mipsel-*-openbsd*) machine=pmax ;; - ns32k-*-openbsd*) machine=ns32000 ;; - sparc-*-openbsd*) machine=sparc ;; - vax-*-openbsd*) machine=vax ;; esac ;; |