diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:30:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:30:10 +0000 |
commit | 00a8b7155ecd6e8b8a157f813e4b360a286bef34 (patch) | |
tree | 37268a3a36557145d7422abf7e7f30187c624743 /net-mail/sylpheed/sylpheed-0.9.7.ebuild | |
parent | Fixed missing IUSE (Manifest recommit) (diff) | |
download | gentoo-2-00a8b7155ecd6e8b8a157f813e4b360a286bef34.tar.gz gentoo-2-00a8b7155ecd6e8b8a157f813e4b360a286bef34.tar.bz2 gentoo-2-00a8b7155ecd6e8b8a157f813e4b360a286bef34.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-mail/sylpheed/sylpheed-0.9.7.ebuild')
-rw-r--r-- | net-mail/sylpheed/sylpheed-0.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/sylpheed/sylpheed-0.9.7.ebuild b/net-mail/sylpheed/sylpheed-0.9.7.ebuild index c456150be09a..bdd854f943a3 100644 --- a/net-mail/sylpheed/sylpheed-0.9.7.ebuild +++ b/net-mail/sylpheed/sylpheed-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.9.7.ebuild,v 1.6 2004/03/25 10:07:19 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.9.7.ebuild,v 1.7 2004/04/26 12:26:24 agriffis Exp $ IUSE="ssl xface ipv6 nls gnome ldap crypt pda" @@ -52,7 +52,7 @@ src_compile() { use xface || myconf="${myconf} --disable-compface" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die } |