gnustep-base.eclass: pass econf arguments

Also drop the useless || die

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44437
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Alfred Wingate 2025-10-28 16:45:39 +02:00 committed by Bernard Cafarelli
parent 50984c0ece
commit ce51905e1f
No known key found for this signature in database
GPG Key ID: 00F7AB331B0F097F

View File

@ -63,7 +63,7 @@ gnustep-base_src_prepare() {
gnustep-base_src_configure() {
egnustep_env
if [[ -x ./configure ]] ; then
econf || die "configure failed"
econf ${*}
fi
}