commit | 254480736f7db3667c7b84873efb49c2cb1d385f | [log] [tgz] |
---|---|---|
author | Evan Miller <emmiller@gmail.com> | Fri Dec 30 10:42:23 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 30 10:42:23 2022 +0000 |
tree | bb553eea78434d15a688dd3c6321b81f13e9f4a2 | |
parent | c4b3f6477c4956c49da1277d55e6915ea7e6a39e [diff] [blame] |
patch 9.0.1110: build fails on Mac OS X 10.4/10.5 Problem: Build fails on Mac OS X 10.4/10.5 . Solution: Check if the dispatch/dispatch.h header exists. (Evan Miller, closes #11746)
diff --git a/src/config.h.in b/src/config.h.in index b77418c..6cb43da 100644 --- a/src/config.h.in +++ b/src/config.h.in
@@ -236,6 +236,7 @@ /* Define if you have the header file: */ #undef HAVE_DIRENT_H +#undef HAVE_DISPATCH_DISPATCH_H #undef HAVE_ERRNO_H #undef HAVE_FCNTL_H #undef HAVE_FRAME_H