summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index e533ca31d..ea1cd8290 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -502,6 +502,8 @@ econf() {
fi
die "econf failed"
fi
+ elif [ -f "${ECONF_SOURCE:-.}/configure" ]; then
+ die "configure is not executable"
else
die "no configure script found"
fi