From: Richard M. Stallman Date: Tue, 20 Mar 2007 19:47:30 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-pretest-22.0.97~264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b77729f64ea509459f450fc91d3266621f381ea;p=emacs.git Fix previous change. --- diff --git a/ChangeLog b/ChangeLog index b991e28eb53..b84908c58d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-20 Richard Stallman + + * configure.in: Fix previous change. + 2007-03-19 Deanna Phillips (tiny change) * configure.in (arm-*-openbsd*, hppa-*-openbsd*) 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 ;;