From 6b87fd681bae73b0bddfeb6b2d7b4a4a2a7ba8a3 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 17 Sep 1999 04:20:10 +0000 Subject: [PATCH] add extra semicolon at end of case clause --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index c8abdd5..ceaba7a 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.18 1999/09/13 20:57:53 masputra Exp $ +# $Id: configure,v 1.19 1999/09/17 04:20:10 paulus Exp $ if [ -d /NextApps ]; then system="NeXTStep" @@ -25,7 +25,7 @@ case $system in [0-3]*) state="ancient";; 4*) state="known"; ksrc="sunos4"; makext="sunos4";; 5.[1-6]*) state="known"; ksrc="svr4"; makext="sol2";; - 5.[789]*) state="known"; ksrc="svr4"; makext="sol2"; lp64="y"; + 5.[789]*) state="known"; ksrc="svr4"; makext="sol2"; lp64="y";; esac;; ULTRIX) makext="ultrix"; -- 2.39.2