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

(-)a/bin/phase-helpers.sh (-1 / +2 lines)
Lines 676-681 econf() { Link Here
676
				echo "!!! Please attach the following file when seeking support:"
676
				echo "!!! Please attach the following file when seeking support:"
677
				echo "!!! ${PWD}/config.log"
677
				echo "!!! ${PWD}/config.log"
678
			fi
678
			fi
679
			# econf dies unconditionally in EAPIs 0 to 3
680
			___eapi_helpers_can_die || die "econf failed"
679
			__helpers_die "econf failed"
681
			__helpers_die "econf failed"
680
			return 1
682
			return 1
681
		fi
683
		fi
682
- 

Return to bug 692024