diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-10-29 02:53:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-10-29 02:53:06 +0000 |
commit | d88d317861115fde0534fdc39d7221c95f8d4c04 (patch) | |
tree | 0b4044b82d10366acf76862d1b7d285e62dba7b7 /configure.in | |
parent | 73fcff525154e4d0e7f99f7cf14507af565dd27f (diff) | |
download | emacs-d88d317861115fde0534fdc39d7221c95f8d4c04.tar.gz |
(hppa*-next-nextstep*): * added after hppa to accept hppa1.0 and hppa1.1.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index fe7a1251840..9da1f1b6fba 100644 --- a/configure.in +++ b/configure.in @@ -435,7 +435,7 @@ case "${canonical}" in *) machine=hp800 opsys=hpux ;; esac ;; - hppa-*-nextstep* ) + hppa*-*-nextstep* ) machine=hp800 opsys=nextstep ;; |