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

(-)ebuild.sh_ (+1 lines)
Lines 309-314 Link Here
309
309
310
econf() {
310
econf() {
311
	if [ -x ./configure ]; then
311
	if [ -x ./configure ]; then
312
		use nls || EXTRA_ECONF="${EXTRA_ECONF} --disable-nls"
312
		if [ ! -z "${CBUILD}" ]; then
313
		if [ ! -z "${CBUILD}" ]; then
313
			EXTRA_ECONF="--build=${CBUILD} ${EXTRA_ECONF}"
314
			EXTRA_ECONF="--build=${CBUILD} ${EXTRA_ECONF}"
314
		fi
315
		fi

Return to bug 27541