commit | 76ab5446d530a1c81ead0ee42cb55b4a4d515bad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 20:35:28 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 20:35:28 2021 +0100 |
tree | 244d231fefab4c9de8762209d33f0dee13ff7796 | |
parent | ebd211c8a39871c88189c8cda9e624eb30b300b3 [diff] [blame] |
patch 8.2.2432: libvterm tests are executed even when libtool doesn't work Problem: Libvterm tests are executed even when libtool doesn't work. Solution: Only run libvterm tests if /usr/bin/gcc exists.
diff --git a/src/version.c b/src/version.c index 6854c10..dc20c33 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2432, +/**/ 2431, /**/ 2430,