diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-15 21:50:46 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-15 21:50:46 +0000 |
commit | c3b03543fc3137ff98137b6d65dd34d93deb72c3 (patch) | |
tree | e355628ff77b0addcfc5ca0e258042a3af02f6fb /configure.in | |
parent | 048fb19c1c208320a07b1462390c9b547c222365 (diff) | |
download | emacs-c3b03543fc3137ff98137b6d65dd34d93deb72c3.tar.gz |
(hppa*-hp-hpux10*): Use s/hpux10.h.
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 21a7e84599f..1c48c44cd2b 100644 --- a/configure.in +++ b/configure.in @@ -385,7 +385,7 @@ case "${canonical}" in machine=hp800 opsys=hpux9 ;; hppa*-hp-hpux10* ) - machine=hp800 opsys=hpux9shr + machine=hp800 opsys=hpux10 ;; ## HP 9000 series 700 and 800, running HP/UX |