diff options
Diffstat (limited to 'net-misc/sitecopy/sitecopy-0.12.1.ebuild')
-rw-r--r-- | net-misc/sitecopy/sitecopy-0.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/sitecopy/sitecopy-0.12.1.ebuild b/net-misc/sitecopy/sitecopy-0.12.1.ebuild index 8adf790df0fb..334439fd65cd 100644 --- a/net-misc/sitecopy/sitecopy-0.12.1.ebuild +++ b/net-misc/sitecopy/sitecopy-0.12.1.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/sitecopy/sitecopy-0.12.1.ebuild,v 1.5 2004/04/26 12:43:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.12.1.ebuild,v 1.6 2004/06/14 22:51:22 agriffis Exp $ IUSE="ssl xml xml2" @@ -20,7 +20,7 @@ DEPEND="virtual/glibc src_compile() { local myconf="" - if [ "`use xml`" ] && [ "`use xml2`" ] ; then + if use xml && use xml2 ; then myconf="${myconf} --with-libxml2 --without-libxml1" else use xml \ |