Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 298019
Collapse All | Expand All

(-)configure.in.orig (-2 / +2 lines)
Lines 704-711 Link Here
704
	    AC_MSG_RESULT(unable to determine Perl configuration)
704
	    AC_MSG_RESULT(unable to determine Perl configuration)
705
	    WITH_PERL=no
705
	    WITH_PERL=no
706
	fi
706
	fi
707
707
    PERLVENDERLIBDIR=`($PERL -e 'use Config; print $Config{vendorarch};') 2>/dev/null`
708
	PERLLIBDIR=`($PERL -e 'use Config; print $Config{sitearchexp};') 2>/dev/null`
708
    PERLLIBDIR="${PERLVENDERLIBDIR}/PDFlib"
709
	if test -z "$PERLLIBDIR" -o ! -d "$PERLLIBDIR"; then
709
	if test -z "$PERLLIBDIR" -o ! -d "$PERLLIBDIR"; then
710
	    AC_MSG_RESULT(         unable to determine perl shared library directory)
710
	    AC_MSG_RESULT(         unable to determine perl shared library directory)
711
	fi
711
	fi

Return to bug 298019