diff options
Diffstat (limited to 'net-www/apache/apache-2.0.52.ebuild')
-rw-r--r-- | net-www/apache/apache-2.0.52.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/apache-2.0.52.ebuild b/net-www/apache/apache-2.0.52.ebuild index 7844830b1749..7fab4e0f3f01 100644 --- a/net-www/apache/apache-2.0.52.ebuild +++ b/net-www/apache/apache-2.0.52.ebuild @@ -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/net-www/apache/apache-2.0.52.ebuild,v 1.9 2004/10/15 16:26:34 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.52.ebuild,v 1.10 2004/11/01 01:29:47 vapier Exp $ inherit flag-o-matic eutils fixheadtails gnuconfig @@ -97,7 +97,7 @@ src_unpack() { sed -i -e "s:/var/www/localhost:${DATADIR}:g" srclib/apr/config.layout sed -i -e "s:/var/www/localhost:${DATADIR}:g" srclib/apr-util/config.layout - WANT_AUTOCONF_2_5=1 WANT_AUTOCONF=2.5 ./buildconf || die "buildconf failed" + WANT_AUTOCONF=2.5 ./buildconf || die "buildconf failed" } src_compile() { |