aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1998-02-25 22:50:36 +0000
committerKarl Heuer1998-02-25 22:50:36 +0000
commit842f86922a90c5cc5a3e26248f9035b97eb46ac9 (patch)
treeeb409ce2270b77e14fddfa0a230f893044e49ccc
parent5fab72129def1760a6776c34247a24e182b023e5 (diff)
downloademacs-842f86922a90c5cc5a3e26248f9035b97eb46ac9.tar.gz
emacs-842f86922a90c5cc5a3e26248f9035b97eb46ac9.zip
(hppa*-hp-hpux*): Use hpux10 by default.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 80ff7ead17a..87a4f25da34 100644
--- a/configure.in
+++ b/configure.in
@@ -483,7 +483,7 @@ case "${canonical}" in
483 *.B8.* ) machine=hp800 opsys=hpux8 ;; 483 *.B8.* ) machine=hp800 opsys=hpux8 ;;
484 *.08.* ) machine=hp800 opsys=hpux8 ;; 484 *.08.* ) machine=hp800 opsys=hpux8 ;;
485 *.09.* ) machine=hp800 opsys=hpux9 ;; 485 *.09.* ) machine=hp800 opsys=hpux9 ;;
486 *) machine=hp800 opsys=hpux ;; 486 *) machine=hp800 opsys=hpux10 ;;
487 esac 487 esac
488 ;; 488 ;;
489 hppa*-*-nextstep* ) 489 hppa*-*-nextstep* )