diff options
-rw-r--r-- | eclass/vim.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 4ecc9427d729..cf4dafbc863e 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -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/eclass/vim.eclass,v 1.44 2003/12/08 21:27:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.45 2003/12/09 00:26:33 tester Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -166,7 +166,7 @@ src_compile() { confrule=auto/configure grep -q ^autoconf: src/Makefile && confrule=autoconf # autoconf-2.5 needed for AC_PROG_EGREP -- bug 35319 - WANT_AUTOCONF=2.5 make -C src $confrule || die "make $confrule failed" + WANT_AUTOCONF_2_5=1 make -C src $confrule || die "make $confrule failed" # This should fix a sandbox violation (see bug 24447) for file in /dev/pty/s* /dev/console; do |