commit | 9d8bfae50fdaf5f5ec6307c60ebd1fad0927c6be | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 02 21:21:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 02 21:21:35 2020 +0200 |
tree | 18088c1843a58322b1295a226ad60c8fef88190f | |
parent | a5d3841177e0b3545381c875d0b4b442f38784bd [diff] [blame] |
patch 8.2.1570: configure check for dirfd() does not work on HPUX Problem: Configure check for dirfd() does not work on HPUX. (Michael Osipov) Solution: Use AC_TRY_LINK instead of AC_TRY_COMPILE. (closes #6838)
diff --git a/src/version.c b/src/version.c index 6d97899..6b4c1cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1570, +/**/ 1569, /**/ 1568,