commit | 33fc4a63071c03ad46636b345a814e7e6d8f4ae0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 23 18:07:38 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 23 18:07:38 2022 +0000 |
tree | fd13574895afeebf6d0a17f2bcfdd5b985a231d9 | |
parent | dd2dfb3cb00d47d2e8248c4e9d2cdf51e1574b79 [diff] [blame] |
patch 8.2.4457: the GPM library can only be linked statically Problem: The GPM library can only be linked statically. Solution: Make it possible to load the GPM library dynamically. (Damien)
diff --git a/src/config.h.in b/src/config.h.in index 20339de..2653e8d 100644 --- a/src/config.h.in +++ b/src/config.h.in
@@ -507,3 +507,6 @@ /* Define if _SC_SIGSTKSZ is available via sysconf() */ #undef HAVE_SYSCONF_SIGSTKSZ + +/* Define if you want to load libgpm dynamically */ +#undef DYNAMIC_GPM