X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=configure;h=035ef6fb9efe858f03c96fa1b1416b9f2dd84d16;hb=699f99db04003ffb53e9b6d2b730ce75c18c66b5;hp=ceaba7aed4b66ca536940edbb93d7375a7cb2a95;hpb=6b87fd681bae73b0bddfeb6b2d7b4a4a2a7ba8a3;p=ppp.git diff --git a/configure b/configure index ceaba7a..035ef6f 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.19 1999/09/17 04:20:10 paulus Exp $ +# $Id: configure,v 1.20 1999/09/17 05:30:57 paulus Exp $ if [ -d /NextApps ]; then system="NeXTStep" @@ -110,16 +110,16 @@ if [ -d "$ksrc" ]; then rm -f Makefile ln -s $ksrc/Makefile.top Makefile echo " Makefile -> $ksrc/Makefile.top" - if [ $ksrc = svr4 ]; then + if [ "$ksrc" = svr4 ]; then # Point to 64-bit Makefile extension - if [ $lp64 = y ]; then + if [ "$lp64" = y ]; then makext=$makext-64 fi rm -f $ksrc/Makefile ln -s Makefile.$makext $ksrc/Makefile echo " $ksrc/Makefile -> Makefile.$makext" # Restore extension - if [ $lp64 = y ]; then + if [ "$lp64" = y ]; then makext=$orig_makext fi fi