X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=configure;h=8aac73308c06e45d0ce558ecdf789e5efaeb45d7;hb=a08a6f3080580acf856caae83fdbad40d6f1cbc7;hp=035ef6fb9efe858f03c96fa1b1416b9f2dd84d16;hpb=1e8f5d7e70232ca30ca317894fcacdfb8f271d24;p=ppp.git diff --git a/configure b/configure index 035ef6f..8aac733 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.20 1999/09/17 05:30:57 paulus Exp $ +# $Id: configure,v 1.21 1999/09/21 20:35:18 masputra Exp $ if [ -d /NextApps ]; then system="NeXTStep" @@ -21,11 +21,15 @@ case $system in state="late"; ksrc="netbsd-1.2";; esac;; SunOS) + machine=`uname -p` case $release 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"; + if [ "$machine" = sparc ]; then + lp64="y" + fi;; esac;; ULTRIX) makext="ultrix";