diff options
-rwxr-xr-x | bin/ebuild.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 987d1a475..041d5fa4d 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -436,6 +436,10 @@ econf() { local x local LOCAL_EXTRA_ECONF="${EXTRA_ECONF}" + ! hasq "$EAPI" 0 1 && [[ $EBUILD_PHASE = compile && \ + $(type -t src_configure) = function ]] && \ + eqawarn "econf called in src_compile instead of src_configure" + if [ -z "${ECONF_SOURCE}" ]; then ECONF_SOURCE="." fi |