fix building vim with python support

2008-08-02 Thread Artur Frysiak
Hi I trying to enable python support in vim. I build vim with --define 'with_python yes'. Package build fine but vim report no python support. After small investigation I made patch to vim.spec. With this patch python support in vim is correctly build. Regards -- Artur Frysiak vim.spec.patch

Re: fix building vim with python support

2008-08-02 Thread Ralf S. Engelschall
On Sat, Aug 02, 2008, Artur Frysiak wrote: I trying to enable python support in vim. I build vim with --define 'with_python yes'. Package build fine but vim report no python support. After small investigation I made patch to vim.spec. With this patch python support in vim is correctly