[patch] use correct python3 config directory when sys.abiflags is empty

2013-07-09 Thread Tim Harder
Hi, I've attached a patch to fix an issue where the wrong python3 config directory is used when a system's sys.abiflags are empty. Thanks, Tim -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information,

Re: [patch] use correct python3 config directory when sys.abiflags is empty

2013-07-10 Thread Bram Moolenaar
Tim Harder wrote: > I've attached a patch to fix an issue where the wrong python3 config > directory is used when a system's sys.abiflags are empty. Hmm, but when adding vi_cv_var_python3_abiflags when it's not empty, might as well do: config_dir="config-${vi_cv_var_python3_version}${vi_cv_var_

Re: [patch] use correct python3 config directory when sys.abiflags is empty

2013-07-10 Thread Tim Harder
On Wed, Jul 10, 2013 at 1:28 PM, Bram Moolenaar wrote: > > Tim Harder wrote: > > > I've attached a patch to fix an issue where the wrong python3 config > > directory is used when a system's sys.abiflags are empty. > > Hmm, but when adding vi_cv_var_python3_abiflags when it's not empty, > might as

Re: [patch] use correct python3 config directory when sys.abiflags is empty

2013-07-11 Thread Bram Moolenaar
Tim Harder wrote: > > > I've attached a patch to fix an issue where the wrong python3 config > > > directory is used when a system's sys.abiflags are empty. > > > > Hmm, but when adding vi_cv_var_python3_abiflags when it's not empty, > > might as well do: > > > > > > config_dir="config-${vi_cv_va