diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:44:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 12:44:43 +0000 |
commit | d21eecfbdde8310799b03a2c5bdbe6f6445d6435 (patch) | |
tree | eae71a3703b2e0b64409e8d980e64e506b69608e /net-misc/neon/neon-0.24.4.ebuild | |
parent | Fixed missing IUSE (diff) | |
download | historical-d21eecfbdde8310799b03a2c5bdbe6f6445d6435.tar.gz historical-d21eecfbdde8310799b03a2c5bdbe6f6445d6435.tar.bz2 historical-d21eecfbdde8310799b03a2c5bdbe6f6445d6435.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-misc/neon/neon-0.24.4.ebuild')
-rw-r--r-- | net-misc/neon/neon-0.24.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/neon/neon-0.24.4.ebuild b/net-misc/neon/neon-0.24.4.ebuild index f3e5e3a59185..82fb15ecdc04 100644 --- a/net-misc/neon/neon-0.24.4.ebuild +++ b/net-misc/neon/neon-0.24.4.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-misc/neon/neon-0.24.4.ebuild,v 1.2 2004/01/22 06:47:23 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.24.4.ebuild,v 1.3 2004/04/26 12:39:49 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTTP and WebDAV client library" @@ -22,7 +22,7 @@ src_compile() { use expat && myc="$myc --with-expat" || myc="$myc --with-xml2" use zlib && myc="$myc --with-zlib" || myc="$myc --without-zlib" - econf $myc + econf $myc || die "econf failed" emake } |