View | Details | Raw Unified
Collapse All | Expand All

(-) qmail-scanner-1.16/configure.orig (-2 / +2 lines)
 Lines 395-401    Link Here 
do
do
    if test -x $dir/perl
    if test -x $dir/perl
    then
    then
	PERLRELEASE_DETAILS=${PERLRELEASE_DETAILS:-`$dir/perl -V 2>&1|grep perl5 |head -1`}
	PERLRELEASE_DETAILS=${PERLRELEASE_DETAILS:-`$dir/perl -V 2>&1|grep perl5 |head -n 1`}
	if [ "$?" = "0" ]; then	
	if [ "$?" = "0" ]; then	
	    PERL5="${PERL5:-$dir/perl}"
	    PERL5="${PERL5:-$dir/perl}"
	fi
	fi
 Lines 760-766    Link Here 
		SPAMC_BINARY=''
		SPAMC_BINARY=''
	     else
	     else
		DD="`$SPAMC_BINARY $SA_HN -c -f < ./contrib/spamc-nasty.eml`"
		DD="`$SPAMC_BINARY $SA_HN -c -f < ./contrib/spamc-nasty.eml`"
		if [ "`echo $DD|tail -1|grep /`" != "" ]; then
		if [ "`echo $DD|tail -n 1|grep /`" != "" ]; then
		    SPAMASSASSIN_VERSION="fast_spamassassin"
		    SPAMASSASSIN_VERSION="fast_spamassassin"
		fi
		fi
	     fi
	     fi