summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/sylpheed/sylpheed-0.9.4-r1.ebuild')
-rw-r--r--net-mail/sylpheed/sylpheed-0.9.4-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/sylpheed/sylpheed-0.9.4-r1.ebuild b/net-mail/sylpheed/sylpheed-0.9.4-r1.ebuild
index 0cb3d79b7cd6..4a66b6742619 100644
--- a/net-mail/sylpheed/sylpheed-0.9.4-r1.ebuild
+++ b/net-mail/sylpheed/sylpheed-0.9.4-r1.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.4-r1.ebuild,v 1.4 2004/02/17 23:24:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.9.4-r1.ebuild,v 1.5 2004/04/26 12:26:24 agriffis Exp $
IUSE="ssl xface ipv6 nls gnome ldap crypt pda gtk2"
@@ -68,7 +68,7 @@ src_compile() {
# build fails if this is done normally. dunno why and didn't bother to find out. : )
use gtk2 && ./autogen.sh
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}