From 842f86922a90c5cc5a3e26248f9035b97eb46ac9 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 25 Feb 1998 22:50:36 +0000 Subject: [PATCH] (hppa*-hp-hpux*): Use hpux10 by default. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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* ) -- 2.39.5