diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-04-25 18:24:37 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-04-25 18:24:37 +0000 |
commit | 9d422610d03fb67e6da360d85761e702e171a820 (patch) | |
tree | f364eb6eb02e572fee29b614319911f598f84b3f /eclass/php-ext-source-r1.eclass | |
parent | Use MY_DATADIR instead of DATADIR, as DATADIR breaks when the environment alr... (diff) | |
download | gentoo-2-9d422610d03fb67e6da360d85761e702e171a820.tar.gz gentoo-2-9d422610d03fb67e6da360d85761e702e171a820.tar.bz2 gentoo-2-9d422610d03fb67e6da360d85761e702e171a820.zip |
Revert accidental commit.
Diffstat (limited to 'eclass/php-ext-source-r1.eclass')
-rw-r--r-- | eclass/php-ext-source-r1.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/php-ext-source-r1.eclass b/eclass/php-ext-source-r1.eclass index 3fb748eb8a55..93ee79e9be3c 100644 --- a/eclass/php-ext-source-r1.eclass +++ b/eclass/php-ext-source-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v 1.8 2007/04/25 18:22:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v 1.9 2007/04/25 18:24:37 robbat2 Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Stuart Herbert <stuart@gentoo.org> @@ -38,9 +38,7 @@ php-ext-source-r1_src_compile() { my_conf="--prefix=${PHPPREFIX} --with-php-config=${PHPCONFIG} ${my_conf}" # Create configure out of config.m4 - if [ "${PHP_EXT_SKIP_PHPIZE}" != 'yes' ]; then ${PHPIZE} - fi # Concurrent PHP Apache2 modules support if has_concurrentmodphp ; then |