summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-06-02 20:12:33 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-06-02 20:12:33 +0000
commit910223a75204d2eb7782f5ae6e1b60a42b133b5f (patch)
tree361f7f42e72d2a56f4f4229e6aaaa70b541f00e3 /eclass
parentImprove my java-config again. (diff)
downloadhistorical-910223a75204d2eb7782f5ae6e1b60a42b133b5f.tar.gz
historical-910223a75204d2eb7782f5ae6e1b60a42b133b5f.tar.bz2
historical-910223a75204d2eb7782f5ae6e1b60a42b133b5f.zip
Improve my java-config again.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass
index eda55bac555d..6d4332e6aeef 100644
--- a/eclass/php.eclass
+++ b/eclass/php.eclass
@@ -1,7 +1,7 @@
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Robin H. Johnson <robbat2@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.31 2003/06/02 04:03:44 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.32 2003/06/02 20:12:33 robbat2 Exp $
# This EBUILD is totally masked presently. Use it at your own risk. I know it
# is severely broken, but I needed to get a copy into CVS to pass around and
@@ -209,7 +209,7 @@ php_src_compile() {
[ -x "/usr/sbin/sendmail" ] || die "You need a virtual/mta that provides /usr/sbin/sendmail!"
- php_check_java_config
+ use java && php_check_java_config
# BerkDB is disabled due to DB4 and changes in PHP4.3.2
myconf="${myconf} --without-db3 --without-db4 --without-db2"