diff options
Diffstat (limited to 'dev-php/mod_php/mod_php-4.3.2.ebuild')
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/mod_php/mod_php-4.3.2.ebuild b/dev-php/mod_php/mod_php-4.3.2.ebuild index ae457a609f10..58b2e4870011 100644 --- a/dev-php/mod_php/mod_php-4.3.2.ebuild +++ b/dev-php/mod_php/mod_php-4.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.2.ebuild,v 1.7 2003/07/09 11:28:19 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.2.ebuild,v 1.8 2003/08/29 16:39:58 robbat2 Exp $ use apache2 && PHPSAPI="apache2" || PHPSAPI="apache1" inherit php eutils @@ -26,7 +26,7 @@ src_compile() { # Every Apache2 MPM EXCEPT prefork needs Zend Thread Safety if [ "`use apache2`" ]; then - APACHE2_MPM="`apache2 -l |egrep 'worker|prechild|leader|threadpool|prefork'|xargs|cut -d. -f1`" + APACHE2_MPM="`apache2 -l |egrep 'worker|perchild|leader|threadpool|prefork'|xargs|cut -d. -f1`" case "${APACHE2_MPM}" in prefork) ;; *) myconf="${myconf} --enable-experimental-zts" ;; |