View | Details | Raw Unified
Collapse All | Expand All

(-) configure.orig (-14 / +19 lines)
 Lines 1012-1031    Link Here 
  if test "$ans" = "true"
  if test "$ans" = "true"
  then
  then
    DO_COMPRESSION=true
    DO_COMPRESSION=true
    compress=
	if [ x$COMPRESS != x ]; then
    for i in lzma bzip2 gzip bzip tzip pack compress freeze yabba
		compress=$COMPRESS
    do
		echo $compress
      eval F$i=missing
	else
      for j in $DEFPATH
	    compress=
      do
	    for i in lzma bzip2 gzip bzip tzip pack compress freeze yabba
        if test -f $j/$i
	    do
        then
	      eval F$i=missing
	  eval F$i=$j/$i
	      for j in $DEFPATH
	  if [ x$compress = x ]; then compress=$j/$i; fi
	      do
	  break
	        if test -f $j/$i
        fi
	        then
      done
		  eval F$i=$j/$i
    done
		  if [ x$compress = x ]; then compress=$j/$i; fi
		  break
	        fi
	      done
	    done
	fi
    if [ x$default = x ]; then
    if [ x$default = x ]; then
      echo ""
      echo ""