summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-03-08 13:06:23 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-03-08 13:06:23 +0000
commit4d4c48ac7c5afa946703a9bc68ce7cf4ec1b4939 (patch)
tree7b4004dd52560fa8c573b29a029d141c83477159 /eclass
parentMark 1.1.3 stable (diff)
downloadgentoo-2-4d4c48ac7c5afa946703a9bc68ce7cf4ec1b4939.tar.gz
gentoo-2-4d4c48ac7c5afa946703a9bc68ce7cf4ec1b4939.tar.bz2
gentoo-2-4d4c48ac7c5afa946703a9bc68ce7cf4ec1b4939.zip
allow mysqli ;-).
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php5-sapi.eclass12
1 files changed, 1 insertions, 11 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass
index d30aa418c998..7b91a20f8be6 100644
--- a/eclass/php5-sapi.eclass
+++ b/eclass/php5-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.40 2005/02/28 17:51:54 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.41 2005/03/08 13:06:23 robbat2 Exp $
#
# eclass/php5-sapi.eclass
# Eclass for building different php5 SAPI instances
@@ -107,16 +107,6 @@ EXPORT_FUNCTIONS pkg_setup src_compile src_install src_unpack pkg_postinst
php5-sapi_check_awkward_uses() {
- # mysqli support isn't possible yet
-
- if useq mysqli ; then
- eerror
- eerror "We currently do not support the mysqli extension"
- eerror "Support will be added once MySQL 4.1 has been added to Portage"
- eerror
- die "mysqli not supported yet"
- fi
-
# recode not available in 5.0.0; upstream bug
if useq recode && [ "$PV" == "5.0.0" ]; then
eerror