diff options
Diffstat (limited to 'net-misc/neon/neon-0.24.2.ebuild')
-rw-r--r-- | net-misc/neon/neon-0.24.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/neon/neon-0.24.2.ebuild b/net-misc/neon/neon-0.24.2.ebuild index eac3ae4b3ccd..6814c06f767a 100644 --- a/net-misc/neon/neon-0.24.2.ebuild +++ b/net-misc/neon/neon-0.24.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.2.ebuild,v 1.3 2003/11/29 03:32:32 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.24.2.ebuild,v 1.4 2004/04/26 12:39:49 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTTP and WebDAV client library" @@ -19,7 +19,7 @@ src_compile() { use ssl && myc="$myc --with-ssl" use zlib && myc="$myc --with-zlib" || myc="$myc --without-zlib" - econf $myc + econf $myc || die "econf failed" emake } |