diff options
Diffstat (limited to 'dev-cpp/antlr-cpp')
-rw-r--r-- | dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild index 905cf314f4fc..576b9c51d9d0 100644 --- a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild +++ b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -66,7 +66,7 @@ EOF } multilib_src_configure() { - econf \ + CONFIG_SHELL="${BASH}" econf \ --disable-csharp \ --enable-cxx \ --disable-examples \ |