summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/mod_php/mod_php-4.3.6.ebuild')
-rw-r--r--dev-php/mod_php/mod_php-4.3.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/mod_php/mod_php-4.3.6.ebuild b/dev-php/mod_php/mod_php-4.3.6.ebuild
index 2d354ed85c56..958db3cefa46 100644
--- a/dev-php/mod_php/mod_php-4.3.6.ebuild
+++ b/dev-php/mod_php/mod_php-4.3.6.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/dev-php/mod_php/mod_php-4.3.6.ebuild,v 1.1 2004/04/17 01:42:51 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.6.ebuild,v 1.2 2004/06/03 17:20:19 agriffis Exp $
IUSE="${IUSE} apache2"
@@ -22,7 +22,7 @@ detectapache() {
1) [ -n "${domsg}" ] && einfo 'Apache1 only detected' ;;
2) [ -n "${domsg}" ] && einfo 'Apache2 only detected';;
both)
- if [ "`use apache2`" ]; then
+ if use apache2; then
[ -n "${domsg}" ] && einfo "Multiple Apache versions detected, using Apache2 (USE=apache2)"
APACHEVER=2
else