Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
---
eclass/autotools-utils.eclass | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass
index 9217d00..72e0b85 100644
--- a/eclass/autotools-utils.eclass
+++ b/eclass/autotools-utils.eclass
@@ -225,6 +225,9 @@ autotools-utils_src_prepare() {
autotools-utils_src_configure() {
debug-print-function ${FUNCNAME} "$@"
+ [[ -z ${myeconfargs+1} || $(declare -p myeconfargs) == 'declare -a'* ]] \
+ || die 'autotools-utils.eclass: myeconfargs has to be an array.'
+
# Common args
local econfargs=()
--
1.7.6.1
|
|