summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-09 22:23:56 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-09 22:23:56 +0000
commit226ff3e47722b2cfdf7714ed73749b97874e865e (patch)
treef60e90024c394c4dbb1cccbfa1b3d2366bc68974 /net-mail/tpop3d/tpop3d-1.5.3.ebuild
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-226ff3e47722b2cfdf7714ed73749b97874e865e.tar.gz
gentoo-2-226ff3e47722b2cfdf7714ed73749b97874e865e.tar.bz2
gentoo-2-226ff3e47722b2cfdf7714ed73749b97874e865e.zip
Fix use invocation
Diffstat (limited to 'net-mail/tpop3d/tpop3d-1.5.3.ebuild')
-rw-r--r--net-mail/tpop3d/tpop3d-1.5.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/tpop3d/tpop3d-1.5.3.ebuild b/net-mail/tpop3d/tpop3d-1.5.3.ebuild
index 8a407a3331b6..62f302039173 100644
--- a/net-mail/tpop3d/tpop3d-1.5.3.ebuild
+++ b/net-mail/tpop3d/tpop3d-1.5.3.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/tpop3d/tpop3d-1.5.3.ebuild,v 1.3 2004/05/30 08:29:50 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/tpop3d-1.5.3.ebuild,v 1.4 2004/06/09 22:23:56 agriffis Exp $
DESCRIPTION="An extensible POP3 server with vmail-sql/MySQL support."
HOMEPAGE="http://www.ex-parrot.com/~chris/tpop3d/"
@@ -58,7 +58,7 @@ src_compile() {
if [ ! -a $ENABLE_DRAC ]; then
myconf="${myconf} --enable-drac"
fi
- if [ `use debug` ]; then
+ if use debug; then
myconf="${myconf} --enable-electric-fence --enable-backtrace"
fi
econf ${myconf} || die "./configure failed"