commit | 3ca71f1f1f6b83e0ec078897959387fca58bdf55 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 27 16:49:47 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 27 16:49:47 2010 +0200 |
tree | cc6b8d8a69e4147709a7028d2757f858ab72778f | |
parent | beca055b0c7bfd5abdfdcbd7f601d060ff3865e5 [diff] [blame] |
updated for version 7.3.043 Problem: Can't load Ruby dynamically on Unix. Solution: Adjust the configure script. (James Vega)
diff --git a/src/config.h.in b/src/config.h.in index f6c7fa4..4c3a89b 100644 --- a/src/config.h.in +++ b/src/config.h.in
@@ -349,6 +349,9 @@ /* Define if you want to include the Ruby interpreter. */ #undef FEAT_RUBY +/* Define for linking via dlopen() or LoadLibrary() */ +#undef DYNAMIC_RUBY + /* Define if you want to include the Tcl interpreter. */ #undef FEAT_TCL