]> git.eshelyaron.com Git - emacs.git/commitdiff
(hppa*-hp-hpux*): Use hpux10 by default.
authorKarl Heuer <kwzh@gnu.org>
Wed, 25 Feb 1998 22:50:36 +0000 (22:50 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 25 Feb 1998 22:50:36 +0000 (22:50 +0000)
configure.in

index 80ff7ead17a1e054e33076b089de29ca5b526b35..87a4f25da346165227ef8550951c5bb065bc8567 100644 (file)
@@ -483,7 +483,7 @@ case "${canonical}" in
       *.B8.* ) machine=hp800 opsys=hpux8 ;;
       *.08.* ) machine=hp800 opsys=hpux8 ;;
       *.09.* ) machine=hp800 opsys=hpux9 ;;
-      *) machine=hp800 opsys=hpux ;;
+      *) machine=hp800 opsys=hpux10 ;;
     esac
   ;;
   hppa*-*-nextstep* )