(I forgot CC to the list. Sorry for the inconvenience.) Begin forwarded message:
> From: Kazunobu Kuriyama <[email protected]> > Subject: Re: Patch 7.4.061 > Date: November 4, 2013 at 3:05:15 PM GMT+9 > To: Bram Moolenaar <[email protected]> > > > On Nov 4, 2013, at 7:07 AM, Bram Moolenaar <[email protected]> wrote: > >> >> Niederstrasser wrote: >> >>> The attached patch applied on top of patch 7.4.61 makes sure that >>> HAVE_AVAILABILITYMACROS_H is in fact defined in config.h. >>> >>> The current "AC_CHECK_HEADER(AvailabilityMacros.h, >>> HAVE_AVAILABILITYMACROS_H=1)" directive in src/configure.in just runs >>> "HAVE_AVAILABILITYMACROS_H=1" if AvailabilityMacros.h is found, which >>> is not very useful. Using AC_CHECK_HEADERS and removing the second >>> parameter allows the HAVE_AVAILABILITYMACROS_H define to be properly >>> set. >> >> Thanks, I figured out the same (your message came in a bit later). >> Patch 7.4.062 has this fix. >> Hopefully it finally works. > > I tried Patch 7.4.062 and confirm that it actually works. > > Thank you for the improvement done by you in terms of structural, logical > clearness and long-term maintainability. > > As for the order of the messages, I got the first message from Niederstrasser > at 1:47 while yours about the usage of the directive arrived at me at 4:23. > I hope this explains why I was ignorant of your work. -- -- 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, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
