diff options
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r-- | eclass/autotools.eclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 7b94efc225fe..77124e098aac 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -389,7 +389,6 @@ eautoconf() { die "No configure.{ac,in} present!" fi - if [[ ${WANT_AUTOCONF} != "2.1" && -e configure.in ]] ; then case ${EAPI} in 6|7) |