summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 02:15:13 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 02:15:13 +0000
commit7e435a473d425568a0073403eddeba6e67f2c984 (patch)
treec7e46ae87ba69b7e6836ac70a2dd7d421e494a99 /media-gfx/gphoto2/gphoto2-2.1.1-r1.ebuild
parentremoved IUSE stuff (Manifest recommit) (diff)
downloadgentoo-2-7e435a473d425568a0073403eddeba6e67f2c984.tar.gz
gentoo-2-7e435a473d425568a0073403eddeba6e67f2c984.tar.bz2
gentoo-2-7e435a473d425568a0073403eddeba6e67f2c984.zip
Add die following econf for bug 48950
Diffstat (limited to 'media-gfx/gphoto2/gphoto2-2.1.1-r1.ebuild')
-rw-r--r--media-gfx/gphoto2/gphoto2-2.1.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gphoto2/gphoto2-2.1.1-r1.ebuild b/media-gfx/gphoto2/gphoto2-2.1.1-r1.ebuild
index bafec85f17b5..0eed8a63488a 100644
--- a/media-gfx/gphoto2/gphoto2-2.1.1-r1.ebuild
+++ b/media-gfx/gphoto2/gphoto2-2.1.1-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/media-gfx/gphoto2/gphoto2-2.1.1-r1.ebuild,v 1.8 2004/02/18 14:27:37 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.1.1-r1.ebuild,v 1.9 2004/04/26 02:15:13 agriffis Exp $
inherit libtool flag-o-matic
@@ -53,7 +53,7 @@ src_compile() {
use readline \
|| myconf="${myconf} --without-readline"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}