diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-02 20:12:33 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-02 20:12:33 +0000 |
commit | 278a426110311770c721a413d2dbd7931cfbdfdb (patch) | |
tree | 0ed8a1a614b902849bcde407aabd7b783931b112 /eclass | |
parent | Added ~mips to KEYWORDS (diff) | |
download | gentoo-2-278a426110311770c721a413d2dbd7931cfbdfdb.tar.gz gentoo-2-278a426110311770c721a413d2dbd7931cfbdfdb.tar.bz2 gentoo-2-278a426110311770c721a413d2dbd7931cfbdfdb.zip |
Improve my java-config again.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php.eclass | 4 |
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" |