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. -- A programmer's wife asks him: "Please run to the store and pick up a loaf of bread. If they have eggs, get a dozen". The programmer comes home with 12 loafs of bread. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
