From 602dc898eaad0338633ef2820cb86884ff15c023 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 8 Jun 1993 07:21:54 +0000 Subject: [PATCH] * configure.in: Remove extra ;; from hpux cases. --- configure1.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure1.in b/configure1.in index 30cfb321170..bf23d19013d 100755 --- a/configure1.in +++ b/configure1.in @@ -559,13 +559,13 @@ case "${configuration}" in ## HP 9000 series 700 and 800, running HP/UX hppa*-hp-hpux7* ) - machine=hp9000s800 opsys=hpux ;; + machine=hp9000s800 opsys=hpux ;; hppa*-hp-hpux8* ) - machine=hp9000s800 opsys=hpux8 ;; + machine=hp9000s800 opsys=hpux8 ;; hppa*-hp-hpux9* ) - machine=hp9000s800 opsys=hpux9 ;; + machine=hp9000s800 opsys=hpux9 ;; ## HP 9000 series 700 and 800, running HP/UX -- 2.11.4.GIT