diff options
author | Glenn Morris <rgm@gnu.org> | 2008-11-20 02:51:58 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-11-20 02:51:58 +0000 |
commit | d8aef2e6b50fa467fa9c1e214378b105e1ccef7b (patch) | |
tree | 6422ce8bf962fc19387544ac496946000f7f2c41 /configure.in | |
parent | 6620643fb3d8040973a668df9a53e41e9b2a5701 (diff) | |
download | emacs-d8aef2e6b50fa467fa9c1e214378b105e1ccef7b.tar.gz |
Josh Elsasser <josh at elsasser.org> (tiny change)
Add hppa-*-openbsd* with machine hp800; mistakenly removed while
misclassified as now unsupported hp9000s300. (Bug#1365)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 1cd2c439c4b..6cea1ad17c3 100644 --- a/configure.in +++ b/configure.in @@ -356,6 +356,7 @@ dnl see the `changequote' comment above. sparc*-*-openbsd*) machine=sparc ;; vax-*-openbsd*) machine=vax ;; x86_64-*-openbsd*) machine=amdx86-64 ;; + hppa-*-openbsd*) machine=hp800 ;; esac ;; |