]> git.pld-linux.org Git - packages/vim.git/blob - vim-egrep.patch
- check for egrep unconditionaly (fix compilation with gcc 3.2)
[packages/vim.git] / vim-egrep.patch
1 --- vim61/src/configure.in.egrep        Fri Oct 11 12:25:32 2002
2 +++ vim61/src/configure.in      Fri Oct 11 12:28:52 2002
3 @@ -15,6 +15,7 @@
4  AC_PROG_CPP    dnl required by header file checks
5  AC_ISC_POSIX   dnl required by AC_C_CROSS
6  AC_PROG_AWK    dnl required for "make html" in ../doc
7 +AC_PROG_EGREP
8  
9  dnl Don't strip if we don't have it
10  AC_CHECK_PROG(STRIP, strip, strip, :)
This page took 0.048082 seconds and 4 git commands to generate.