]> git.pld-linux.org Git - packages/vim.git/blame - vim-ac25x.patch
- added egrep patch (check for egrep unconditionaly)
[packages/vim.git] / vim-ac25x.patch
CommitLineData
78856812
AF
1--- vim61/src/configure.in.wiget Wed Oct 9 11:57:36 2002
2+++ vim61/src/configure.in Wed Oct 9 12:00:05 2002
3@@ -1632,9 +1632,9 @@
4 pdir='/dev'
5 fi
6 dnl SCO uses ptyp%d
7-AC_EGREP_CPP(yes,
8+AC_EGREP_CPP(YES,
9 [#ifdef M_UNIX
10- yes;
11+ YES
12 #endif
13 ], ptys=`echo /dev/ptyp??`, ptys=`echo $pdir/pty??`)
14 dnl if test -c /dev/ptyp19; then
15@@ -2075,7 +2075,7 @@
ffce5254
JB
16 fi
17
18 dnl Check for dynamic linking loader
19-AC_CHECK_HEADER(dlfcn.h, DLL=dlfcn.h, AC_CHECK_HEADER(dl.h, DLL=dl.h))
20+AC_CHECK_HEADER(dlfcn.h, DLL=dlfcn.h, [AC_CHECK_HEADER(dl.h, DLL=dl.h)])
21 if test x${DLL} = xdlfcn.h; then
22 AC_DEFINE(HAVE_DLFCN_H, 1, [ Define if we have dlfcn.h. ])
23 AC_MSG_CHECKING([for dlopen()])
This page took 0.045331 seconds and 4 git commands to generate.