From: Paul Mackerras Date: Fri, 17 Sep 1999 04:20:10 +0000 (+0000) Subject: add extra semicolon at end of case clause X-Git-Tag: ppp-2.4.7~628 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=6b87fd681bae73b0bddfeb6b2d7b4a4a2a7ba8a3;p=ppp.git add extra semicolon at end of case clause --- 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";