# HG changeset patch # User Jim Blandy # Date 739524114 0 # Node ID 1b93c0bc8bf45de825c91be7d6a6016342d89122 # Parent b5ddfcc909021c1d019139127d4110bfc8e185c1 * configure.in: Remove extra ;; from hpux cases. diff -r b5ddfcc90902 -r 1b93c0bc8bf4 configure1.in --- a/configure1.in Tue Jun 08 07:18:40 1993 +0000 +++ b/configure1.in Tue Jun 08 07:21:54 1993 +0000 @@ -559,13 +559,13 @@ ## 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