From: Karl Heuer Date: Wed, 25 Feb 1998 22:50:36 +0000 (+0000) Subject: (hppa*-hp-hpux*): Use hpux10 by default. X-Git-Tag: emacs-20.3~2098 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=842f86922a90c5cc5a3e26248f9035b97eb46ac9;p=emacs.git (hppa*-hp-hpux*): Use hpux10 by default. --- 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 *.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* )